Html Css Color HEX #766857 Pine Cone

📋 copy color: '#766857'

red 118 ◦ green 104 ◦ blue 87

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

Shades of Pine Cone #766857

Tints of Pine Cone #766857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

 BLUE value IS 87 (34.38% from 255) = 28.16%

R = 38.19%
G = 33.66%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#766857 (or 0x766857) is known color: Pine Cone. HEX triplet: 76, 68 and 57. RGB value is (118,104,87). Sum of RGB (Red+Green+Blue) = 118+104+87=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766857 is #8997A8. Grayscale: #6A6A6A. Windows color (decimal): -9017257 or 5728374. OLE color: 5728374.

HSL color Cylindrical-coordinate representation of color #766857: hue angle of 32.9º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766857 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 87 -
CMYK 0 0.12 0.26 0.54
HSL 32.9º 0.15% 0.4% -
HSV(B) 32.9º 0.26% 0.46% -
XYZ 14.14 14.44 11.06 -
YUV 106.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 118 104 87 0 0.12 0.26 0.54 32.9 0.15 0.4
Hex 76 68 57 0 C 1A 36 21 F 28
Octal 166 150 127 0 14 32 66 41 17 50
Binary 1110110 1101000 1010111 0 1100 11010 110110 100001 1111 101000

Color Harmonies of #766857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766857

Black with #766857

Text Example


Text Example

White with #766857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766857; }

 p { color: rgb(118,104,87); }

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

background-color css

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

 a { background-color: rgb(118,104,87); }

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

border-color css

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

 span { border-color: rgb(118,104,87); }

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