Html Css Color HEX #78604C Pine Cone

📋 copy color: '#78604C'

red 120 ◦ green 96 ◦ blue 76

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

Shades of Pine Cone #78604C

Tints of Pine Cone #78604C

RGB

 RED value IS 120 (47.27% from 255) = 41.1%

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

 BLUE value IS 76 (30.08% from 255) = 26.03%

R = 41.1%
G = 32.88%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78604C (or 0x78604C) is known color: Pine Cone. HEX triplet: 78, 60 and 4C. RGB value is (120,96,76). Sum of RGB (Red+Green+Blue) = 120+96+76=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 120 - color contains mainly: red. Hex color #78604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78604C is #879FB3. Grayscale: #656565. Windows color (decimal): -8888244 or 5005432. OLE color: 5005432.

HSL color Cylindrical-coordinate representation of color #78604C: hue angle of 27.27º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78604C is Cyan = 0, Magento = 0.2, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 76 -
CMYK 0 0.2 0.37 0.53
HSL 27.27º 0.22% 0.38% -
HSV(B) 27.27º 0.37% 0.47% -
XYZ 13.23 12.88 8.63 -
YUV 100.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 120 96 76 0 0.2 0.37 0.53 27.27 0.22 0.38
Hex 78 60 4C 0 14 25 35 1B 16 26
Octal 170 140 114 0 24 45 65 33 26 46
Binary 1111000 1100000 1001100 0 10100 100101 110101 11011 10110 100110

Color Harmonies of #78604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78604C

Black with #78604C

Text Example


Text Example

White with #78604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78604C; }

 p { color: rgb(120,96,76); }

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

background-color css

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

 a { background-color: rgb(120,96,76); }

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

border-color css

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

 span { border-color: rgb(120,96,76); }

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