#78765F

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

Shades of Kokoda #78765F

Tints of Kokoda #78765F

Color information

#78765F (or 0x78765F) is unknown color: approx Kokoda. HEX triplet: 78, 76 and 5F. RGB value is (120,118,95). Sum of RGB (Red+Green+Blue) = 120+118+95=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #78765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78765F is #8789A0. Grayscale: #747474. Windows color (decimal): -8882593 or 6256248. OLE color: 6256248.

HSL color Cylindrical-coordinate representation of color #78765F: hue angle of 55.2º 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 #78765F is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB12011895-
CMYK00.020.210.53
HSL55.2º11.63%42.16%-
HSV(B)55.2º20.83%47.06%-
XYZ16.2917.7813.4-
YUV115.98116.16130.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=36.04%
G=35.44%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201189500.020.210.5355.211.6342.16
Hex78765F02153537c2a
Octal170166137022565671452
Binary111100011101101011111010101011101011101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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