#78745F

Color #78745F Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #78745F

Tints of Kokoda #78745F

Color information

#78745F (or 0x78745F) is unknown color: approx Kokoda. HEX triplet: 78, 74 and 5F. RGB value is (120,116,95). Sum of RGB (Red+Green+Blue) = 120+116+95=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #78745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78745F is #878BA0. Grayscale: #727272. Windows color (decimal): -8883105 or 6255736. OLE color: 6255736.

HSL color Cylindrical-coordinate representation of color #78745F: hue angle of 50.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78745F is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB12011695-
CMYK00.030.210.53
HSL50.4º11.63%42.16%-
HSV(B)50.4º20.83%47.06%-
XYZ16.0617.3113.32-
YUV114.8116.83131.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=36.25%
G=35.05%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201169500.030.210.5350.411.6342.16
Hex78745F03153532c2a
Octal170164137032565621452
Binary111100011101001011111011101011101011100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78745F; }

 p { color: rgb(120,116,95); }

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

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

 a { background-color: rgb(120,116,95); }

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

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

 span { border-color: rgb(120,116,95); }

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