Html Css Color HEX #766453 Pine Cone

📋 copy color: '#766453'

red 118 ◦ green 100 ◦ blue 83

#766453
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #766453

Tints of Pine Cone #766453

RGB

 RED value IS 118 (46.48% from 255) = 39.2%

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 39.2%
G = 33.22%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#766453 (or 0x766453) is known color: Pine Cone. HEX triplet: 76, 64 and 53. RGB value is (118,100,83). Sum of RGB (Red+Green+Blue) = 118+100+83=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766453 is #899BAC. Grayscale: #676767. Windows color (decimal): -9018285 or 5465206. OLE color: 5465206.

HSL color Cylindrical-coordinate representation of color #766453: hue angle of 29.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766453 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 83 -
CMYK 0 0.15 0.30 0.54
HSL 29.14º 0.17% 0.39% -
HSV(B) 29.14º 0.3% 0.46% -
XYZ 13.59 13.59 10.09 -
YUV 103.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 118 100 83 0 0.15 0.30 0.54 29.14 0.17 0.39
Hex 76 64 53 0 F 1E 36 1D 11 27
Octal 166 144 123 0 17 36 66 35 21 47
Binary 1110110 1100100 1010011 0 1111 11110 110110 11101 10001 100111

Color Harmonies of #766453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766453

Black with #766453

Text Example


Text Example

White with #766453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766453; }

 p { color: rgb(118,100,83); }

 H1.HeaderClassName
 {
   color: #766453;
 }
 .AnyTagClassName
 {
   color: #766453;
 }
</style>

background-color css

<style>
 a { background-color: #766453; }

 a { background-color: rgb(118,100,83); }

 div.DivClassName
 {
   background-color: #766453;
 }
 .BgClassName
 {
   background-color: #766453;
 }
</style>

border-color css

<style>
 span { border-color: #766453; }

 span { border-color: rgb(118,100,83); }

 td.TdClassName
 {
   border-color: #766453;
 }
 .TagClassName
 {
   border-color: #766453;
 }
</style>