#767564

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

Shades of Kokoda #767564

Tints of Kokoda #767564

Color information

#767564 (or 0x767564) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 64. RGB value is (118,117,100). Sum of RGB (Red+Green+Blue) = 118+117+100=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #767564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767564 is #898A9B. Grayscale: #737373. Windows color (decimal): -9013916 or 6583670. OLE color: 6583670.

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

Color convert

RGB118117100-
CMYK00.010.150.54
HSL56.67º8.26%42.75%-
HSV(B)56.67º15.25%46.27%-
XYZ16.1317.4914.58-
YUV115.36119.33129.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=35.22%
G=34.93%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811710000.010.150.5456.678.2642.75
Hex76756401F363982b
Octal166165144011766711053
Binary1110110111010111001000111111101101110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767564; }

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

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

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

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

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

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

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

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