#78735B

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

Shades of Kokoda #78735B

Tints of Kokoda #78735B

Color information

#78735B (or 0x78735B) is unknown color: approx Kokoda. HEX triplet: 78, 73 and 5B. RGB value is (120,115,91). Sum of RGB (Red+Green+Blue) = 120+115+91=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #78735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78735B is #878CA4. Grayscale: #717171. Windows color (decimal): -8883365 or 5993336. OLE color: 5993336.

HSL color Cylindrical-coordinate representation of color #78735B: hue angle of 49.66º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78735B is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB12011591-
CMYK00.040.240.53
HSL49.66º13.74%41.37%-
HSV(B)49.66º24.17%47.06%-
XYZ15.7617.0112.35-
YUV113.76115.16132.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=36.81%
G=35.28%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201159100.040.240.5349.6613.7441.37
Hex78735B04183532e29
Octal170163133043065621651
Binary1111000111001110110110100110001101011100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78735B; }

 p { color: rgb(120,115,91); }

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

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

 a { background-color: rgb(120,115,91); }

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

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

 span { border-color: rgb(120,115,91); }

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