#767558

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

Shades of Kokoda #767558

Tints of Kokoda #767558

Color information

#767558 (or 0x767558) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 58. RGB value is (118,117,88). Sum of RGB (Red+Green+Blue) = 118+117+88=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #767558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767558 is #898AA7. Grayscale: #727272. Windows color (decimal): -9013928 or 5797238. OLE color: 5797238.

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

Color convert

RGB11811788-
CMYK00.010.250.54
HSL58º14.56%40.39%-
HSV(B)58º25.42%46.27%-
XYZ15.5917.2811.75-
YUV113.99113.33130.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=36.53%
G=36.22%
B=27.24%

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
Decimal1181178800.010.250.545814.5640.39
Hex7675580119363af28
Octal166165130013166721750
Binary11101101110101101100001110011101101110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767558; }

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

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

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

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

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

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

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

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