#786955

Color #786955 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #786955

Tints of Pine Cone #786955

Color information

#786955 (or 0x786955) is unknown color: approx Pine Cone. HEX triplet: 78, 69 and 55. RGB value is (120,105,85). Sum of RGB (Red+Green+Blue) = 120+105+85=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #786955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786955 is #8796AA. Grayscale: #6B6B6B. Windows color (decimal): -8885931 or 5597560. OLE color: 5597560.

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

Color convert

RGB12010585-
CMYK00.130.290.53
HSL34.29º17.07%40.2%-
HSV(B)34.29º29.17%47.06%-
XYZ14.4414.7510.68-
YUV107.2115.47137.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 85 (33.59% from 255) = 27.42%
R=38.71%
G=33.87%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201058500.130.290.5334.2917.0740.2
Hex7869550D1D35221128
Octal1701511250153565422150
Binary111100011010011010101011011110111010110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786955; }

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

 H1.HeaderClassName
 {
   color: #786955;
 }
 .AnyTagClassName
 {
   color: #786955;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #786955;
 }
 .BgClassName
 {
   background-color: #786955;
 }
</style>
border-color css

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

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

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