#78765E

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

Shades of Kokoda #78765E

Tints of Kokoda #78765E

Color information

#78765E (or 0x78765E) is unknown color: approx Kokoda. HEX triplet: 78, 76 and 5E. RGB value is (120,118,94). Sum of RGB (Red+Green+Blue) = 120+118+94=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 120 - color contains mainly: red. Hex color #78765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78765E is #8789A1. Grayscale: #737373. Windows color (decimal): -8882594 or 6190712. OLE color: 6190712.

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

Color convert

RGB12011894-
CMYK00.020.220.53
HSL55.38º12.15%41.96%-
HSV(B)55.38º21.67%47.06%-
XYZ16.2417.7613.16-
YUV115.86115.66130.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=36.14%
G=35.54%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201189400.020.220.5355.3812.1541.96
Hex78765E02163537c2a
Octal170166136022665671452
Binary111100011101101011110010101101101011101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78765E; }

 p { color: rgb(120,118,94); }

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

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

 a { background-color: rgb(120,118,94); }

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

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

 span { border-color: rgb(120,118,94); }

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