Html Css Color HEX #78604D Pine Cone

📋 copy color: '#78604D'

red 120 ◦ green 96 ◦ blue 77

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

Shades of Pine Cone #78604D

Tints of Pine Cone #78604D

RGB

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

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

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

R = 40.96%
G = 32.76%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78604D (or 0x78604D) is known color: Pine Cone. HEX triplet: 78, 60 and 4D. RGB value is (120,96,77). Sum of RGB (Red+Green+Blue) = 120+96+77=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #78604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78604D is #879FB2. Grayscale: #656565. Windows color (decimal): -8888243 or 5070968. OLE color: 5070968.

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

Color convert

RGB 120 96 77 -
CMYK 0 0.2 0.36 0.53
HSL 26.51º 0.22% 0.39% -
HSV(B) 26.51º 0.36% 0.47% -
XYZ 13.27 12.89 8.81 -
YUV 101.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 120 96 77 0 0.2 0.36 0.53 26.51 0.22 0.39
Hex 78 60 4D 0 14 24 35 1B 16 27
Octal 170 140 115 0 24 44 65 33 26 47
Binary 1111000 1100000 1001101 0 10100 100100 110101 11011 10110 100111

Color Harmonies of #78604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78604D

Black with #78604D

Text Example


Text Example

White with #78604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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