Html Css Color HEX #776655 Pine Cone

📋 copy color: '#776655'

red 119 ◦ green 102 ◦ blue 85

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

Shades of Pine Cone #776655

Tints of Pine Cone #776655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 38.89%
G = 33.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#776655 (or 0x776655) is known color: Pine Cone. HEX triplet: 77, 66 and 55. RGB value is (119,102,85). Sum of RGB (Red+Green+Blue) = 119+102+85=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #776655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776655 is #8899AA. Grayscale: #696969. Windows color (decimal): -8952235 or 5596791. OLE color: 5596791.

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

Color convert

RGB 119 102 85 -
CMYK 0 0.14 0.29 0.53
HSL 30º 0.17% 0.4% -
HSV(B) 30º 0.29% 0.47% -
XYZ 14 14.08 10.57 -
YUV 105.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 119 102 85 0 0.14 0.29 0.53 30 0.17 0.4
Hex 77 66 55 0 E 1D 35 1E 11 28
Octal 167 146 125 0 16 35 65 36 21 50
Binary 1110111 1100110 1010101 0 1110 11101 110101 11110 10001 101000

Color Harmonies of #776655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776655

Black with #776655

Text Example


Text Example

White with #776655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776655; }

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

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

background-color css

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

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

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

border-color css

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

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

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