#786958

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

Shades of Pine Cone #786958

Tints of Pine Cone #786958

Color information

#786958 (or 0x786958) is unknown color: approx Pine Cone. HEX triplet: 78, 69 and 58. RGB value is (120,105,88). Sum of RGB (Red+Green+Blue) = 120+105+88=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #786958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786958 is #8796A7. Grayscale: #6B6B6B. Windows color (decimal): -8885928 or 5794168. OLE color: 5794168.

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

Color convert

RGB12010588-
CMYK00.130.270.53
HSL31.88º15.38%40.78%-
HSV(B)31.88º26.67%47.06%-
XYZ14.5614.811.32-
YUV107.55116.97136.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=38.34%
G=33.55%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201058800.130.270.5331.8815.3840.78
Hex7869580D1B3520f29
Octal1701511300153365401751
Binary11110001101001101100001101110111101011000001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786958; }

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

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

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

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

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

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

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

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