Html Css Color HEX #776250 Pine Cone

📋 copy color: '#776250'

red 119 ◦ green 98 ◦ blue 80

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

Shades of Pine Cone #776250

Tints of Pine Cone #776250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 40.07%
G = 33%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#776250 (or 0x776250) is known color: Pine Cone. HEX triplet: 77, 62 and 50. RGB value is (119,98,80). Sum of RGB (Red+Green+Blue) = 119+98+80=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776250 is #889DAF. Grayscale: #666666. Windows color (decimal): -8953264 or 5268087. OLE color: 5268087.

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

Color convert

RGB 119 98 80 -
CMYK 0 0.18 0.33 0.53
HSL 27.69º 0.2% 0.39% -
HSV(B) 27.69º 0.33% 0.47% -
XYZ 13.42 13.24 9.44 -
YUV 102.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 119 98 80 0 0.18 0.33 0.53 27.69 0.2 0.39
Hex 77 62 50 0 12 21 35 1C 14 27
Octal 167 142 120 0 22 41 65 34 24 47
Binary 1110111 1100010 1010000 0 10010 100001 110101 11100 10100 100111

Color Harmonies of #776250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776250

Black with #776250

Text Example


Text Example

White with #776250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776250; }

 p { color: rgb(119,98,80); }

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

background-color css

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

 a { background-color: rgb(119,98,80); }

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

border-color css

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

 span { border-color: rgb(119,98,80); }

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