#767559

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

Shades of Kokoda #767559

Tints of Kokoda #767559

Color information

#767559 (or 0x767559) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 59. RGB value is (118,117,89). Sum of RGB (Red+Green+Blue) = 118+117+89=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #767559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767559 is #898AA6. Grayscale: #727272. Windows color (decimal): -9013927 or 5862774. OLE color: 5862774.

HSL color Cylindrical-coordinate representation of color #767559: hue angle of 57.93º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #767559 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11811789-
CMYK00.010.250.54
HSL57.93º14.01%40.59%-
HSV(B)57.93º24.58%46.27%-
XYZ15.6417.311.97-
YUV114.11113.83130.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=36.42%
G=36.11%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181178900.010.250.5457.9314.0140.59
Hex7675590119363ae29
Octal166165131013166721651
Binary11101101110101101100101110011101101110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767559; }

 p { color: rgb(118,117,89); }

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

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

 a { background-color: rgb(118,117,89); }

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

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

 span { border-color: rgb(118,117,89); }

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