Html Css Color HEX #776656 Pine Cone

📋 copy color: '#776656'

red 119 ◦ green 102 ◦ blue 86

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

Shades of Pine Cone #776656

Tints of Pine Cone #776656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 38.76%
G = 33.22%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#776656 (or 0x776656) is known color: Pine Cone. HEX triplet: 77, 66 and 56. RGB value is (119,102,86). Sum of RGB (Red+Green+Blue) = 119+102+86=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #776656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776656 is #8899A9. Grayscale: #696969. Windows color (decimal): -8952234 or 5662327. OLE color: 5662327.

HSL color Cylindrical-coordinate representation of color #776656: hue angle of 29.09º 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 #776656 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 86 -
CMYK 0 0.14 0.28 0.53
HSL 29.09º 0.16% 0.4% -
HSV(B) 29.09º 0.28% 0.47% -
XYZ 14.04 14.1 10.79 -
YUV 105.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 119 102 86 0 0.14 0.28 0.53 29.09 0.16 0.4
Hex 77 66 56 0 E 1C 35 1D 10 28
Octal 167 146 126 0 16 34 65 35 20 50
Binary 1110111 1100110 1010110 0 1110 11100 110101 11101 10000 101000

Color Harmonies of #776656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776656

Black with #776656

Text Example


Text Example

White with #776656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776656; }

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

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

background-color css

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

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

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

border-color css

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

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

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