Html Css Color HEX #77604F Pine Cone

📋 copy color: '#77604F'

red 119 ◦ green 96 ◦ blue 79

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

Shades of Pine Cone #77604F

Tints of Pine Cone #77604F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.87%

R = 40.48%
G = 32.65%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77604F (or 0x77604F) is known color: Pine Cone. HEX triplet: 77, 60 and 4F. RGB value is (119,96,79). Sum of RGB (Red+Green+Blue) = 119+96+79=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77604F is #889FB0. Grayscale: #656565. Windows color (decimal): -8953777 or 5202039. OLE color: 5202039.

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

Color convert

RGB 119 96 79 -
CMYK 0 0.19 0.34 0.53
HSL 25.5º 0.2% 0.39% -
HSV(B) 25.5º 0.34% 0.47% -
XYZ 13.2 12.85 9.18 -
YUV 100.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 119 96 79 0 0.19 0.34 0.53 25.5 0.2 0.39
Hex 77 60 4F 0 13 22 35 1A 14 27
Octal 167 140 117 0 23 42 65 32 24 47
Binary 1110111 1100000 1001111 0 10011 100010 110101 11010 10100 100111

Color Harmonies of #77604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77604F

Black with #77604F

Text Example


Text Example

White with #77604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77604F; }

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

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

background-color css

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

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

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

border-color css

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

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

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