#78745A

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

Shades of Kokoda #78745A

Tints of Kokoda #78745A

Color information

#78745A (or 0x78745A) is unknown color: approx Kokoda. HEX triplet: 78, 74 and 5A. RGB value is (120,116,90). Sum of RGB (Red+Green+Blue) = 120+116+90=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #78745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78745A is #878BA5. Grayscale: #727272. Windows color (decimal): -8883110 or 5928056. OLE color: 5928056.

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

Color convert

RGB12011690-
CMYK00.030.250.53
HSL52º14.29%41.18%-
HSV(B)52º25%47.06%-
XYZ15.8417.2212.16-
YUV114.23114.33132.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=36.81%
G=35.58%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201169000.030.250.535214.2941.18
Hex78745A03193534e29
Octal170164132033165641651
Binary111100011101001011010011110011101011101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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