Html Css Color HEX #78695C Pine Cone

📋 copy color: '#78695C'

red 120 ◦ green 105 ◦ blue 92

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

Shades of Pine Cone #78695C

Tints of Pine Cone #78695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.12%

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 37.85%
G = 33.12%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78695C (or 0x78695C) is known color: Pine Cone. HEX triplet: 78, 69 and 5C. RGB value is (120,105,92). Sum of RGB (Red+Green+Blue) = 120+105+92=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #78695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78695C is #8796A3. Grayscale: #6C6C6C. Windows color (decimal): -8885924 or 6056312. OLE color: 6056312.

HSL color Cylindrical-coordinate representation of color #78695C: hue angle of 27.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78695C is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 105 92 -
CMYK 0 0.13 0.23 0.53
HSL 27.86º 0.13% 0.42% -
HSV(B) 27.86º 0.23% 0.47% -
XYZ 14.73 14.87 12.22 -
YUV 108 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 120 105 92 0 0.13 0.23 0.53 27.86 0.13 0.42
Hex 78 69 5C 0 D 17 35 1C D 2A
Octal 170 151 134 0 15 27 65 34 15 52
Binary 1111000 1101001 1011100 0 1101 10111 110101 11100 1101 101010

Color Harmonies of #78695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78695C

Black with #78695C

Text Example


Text Example

White with #78695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,105,92); }

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

background-color css

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

 a { background-color: rgb(120,105,92); }

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

border-color css

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

 span { border-color: rgb(120,105,92); }

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