Html Css Color HEX #776652 Pine Cone

📋 copy color: '#776652'

red 119 ◦ green 102 ◦ blue 82

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

Shades of Pine Cone #776652

Tints of Pine Cone #776652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 39.27%
G = 33.66%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#776652 (or 0x776652) is known color: Pine Cone. HEX triplet: 77, 66 and 52. RGB value is (119,102,82). Sum of RGB (Red+Green+Blue) = 119+102+82=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #776652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776652 is #8899AD. Grayscale: #686868. Windows color (decimal): -8952238 or 5400183. OLE color: 5400183.

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

Color convert

RGB 119 102 82 -
CMYK 0 0.14 0.31 0.53
HSL 32.43º 0.18% 0.39% -
HSV(B) 32.43º 0.31% 0.47% -
XYZ 13.88 14.03 9.96 -
YUV 104.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 119 102 82 0 0.14 0.31 0.53 32.43 0.18 0.39
Hex 77 66 52 0 E 1F 35 20 12 27
Octal 167 146 122 0 16 37 65 40 22 47
Binary 1110111 1100110 1010010 0 1110 11111 110101 100000 10010 100111

Color Harmonies of #776652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776652

Black with #776652

Text Example


Text Example

White with #776652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776652; }

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

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

background-color css

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

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

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

border-color css

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

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

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