Html Css Color HEX #776050 Pine Cone

📋 copy color: '#776050'

red 119 ◦ green 96 ◦ blue 80

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

Shades of Pine Cone #776050

Tints of Pine Cone #776050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 40.34%
G = 32.54%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#776050 (or 0x776050) is known color: Pine Cone. HEX triplet: 77, 60 and 50. RGB value is (119,96,80). Sum of RGB (Red+Green+Blue) = 119+96+80=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #776050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776050 is #889FAF. Grayscale: #656565. Windows color (decimal): -8953776 or 5267575. OLE color: 5267575.

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

Color convert

RGB 119 96 80 -
CMYK 0 0.19 0.33 0.53
HSL 24.62º 0.2% 0.39% -
HSV(B) 24.62º 0.33% 0.47% -
XYZ 13.24 12.87 9.38 -
YUV 101.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 119 96 80 0 0.19 0.33 0.53 24.62 0.2 0.39
Hex 77 60 50 0 13 21 35 19 14 27
Octal 167 140 120 0 23 41 65 31 24 47
Binary 1110111 1100000 1010000 0 10011 100001 110101 11001 10100 100111

Color Harmonies of #776050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776050

Black with #776050

Text Example


Text Example

White with #776050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776050; }

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

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

background-color css

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

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

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

border-color css

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

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

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