Html Css Color HEX #776756 Pine Cone

📋 copy color: '#776756'

red 119 ◦ green 103 ◦ blue 86

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

Shades of Pine Cone #776756

Tints of Pine Cone #776756

RGB

 RED value IS 119 (46.88% from 255) = 38.64%

 GREEN value IS 103 (40.63% from 255) = 33.44%

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 38.64%
G = 33.44%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#776756 (or 0x776756) is known color: Pine Cone. HEX triplet: 77, 67 and 56. RGB value is (119,103,86). Sum of RGB (Red+Green+Blue) = 119+103+86=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #776756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776756 is #8898A9. Grayscale: #696969. Windows color (decimal): -8951978 or 5662583. OLE color: 5662583.

HSL color Cylindrical-coordinate representation of color #776756: hue angle of 30.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #776756 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 86 -
CMYK 0 0.13 0.28 0.53
HSL 30.91º 0.16% 0.4% -
HSV(B) 30.91º 0.28% 0.47% -
XYZ 14.14 14.29 10.82 -
YUV 105.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 119 103 86 0 0.13 0.28 0.53 30.91 0.16 0.4
Hex 77 67 56 0 D 1C 35 1F 10 28
Octal 167 147 126 0 15 34 65 37 20 50
Binary 1110111 1100111 1010110 0 1101 11100 110101 11111 10000 101000

Color Harmonies of #776756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776756

Black with #776756

Text Example


Text Example

White with #776756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776756; }

 p { color: rgb(119,103,86); }

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

background-color css

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

 a { background-color: rgb(119,103,86); }

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

border-color css

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

 span { border-color: rgb(119,103,86); }

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