Html Css Color HEX #77604D Pine Cone

📋 copy color: '#77604D'

red 119 ◦ green 96 ◦ blue 77

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

Shades of Pine Cone #77604D

Tints of Pine Cone #77604D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.37%

R = 40.75%
G = 32.88%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77604D (or 0x77604D) is known color: Pine Cone. HEX triplet: 77, 60 and 4D. RGB value is (119,96,77). Sum of RGB (Red+Green+Blue) = 119+96+77=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77604D is #889FB2. Grayscale: #646464. Windows color (decimal): -8953779 or 5070967. OLE color: 5070967.

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

Color convert

RGB 119 96 77 -
CMYK 0 0.19 0.35 0.53
HSL 27.14º 0.21% 0.38% -
HSV(B) 27.14º 0.35% 0.47% -
XYZ 13.13 12.82 8.8 -
YUV 100.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 119 96 77 0 0.19 0.35 0.53 27.14 0.21 0.38
Hex 77 60 4D 0 13 23 35 1B 15 26
Octal 167 140 115 0 23 43 65 33 25 46
Binary 1110111 1100000 1001101 0 10011 100011 110101 11011 10101 100110

Color Harmonies of #77604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77604D

Black with #77604D

Text Example


Text Example

White with #77604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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