#786555

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

Shades of Pine Cone #786555

Tints of Pine Cone #786555

Color information

#786555 (or 0x786555) is unknown color: approx Pine Cone. HEX triplet: 78, 65 and 55. RGB value is (120,101,85). Sum of RGB (Red+Green+Blue) = 120+101+85=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #786555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786555 is #879AAA. Grayscale: #686868. Windows color (decimal): -8886955 or 5596536. OLE color: 5596536.

HSL color Cylindrical-coordinate representation of color #786555: hue angle of 27.43º 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 #786555 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB12010185-
CMYK00.160.290.53
HSL27.43º17.07%40.2%-
HSV(B)27.43º29.17%47.06%-
XYZ14.0413.9610.55-
YUV104.86116.79138.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=39.22%
G=33.01%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201018500.160.290.5327.4317.0740.2
Hex7865550101D351b1128
Octal1701451250203565332150
Binary111100011001011010101010000111011101011101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786555; }

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

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

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

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

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

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

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

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