#767565

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

Shades of Kokoda #767565

Tints of Kokoda #767565

Color information

#767565 (or 0x767565) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 65. RGB value is (118,117,101). Sum of RGB (Red+Green+Blue) = 118+117+101=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #767565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767565 is #898A9A. Grayscale: #737373. Windows color (decimal): -9013915 or 6649206. OLE color: 6649206.

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

Color convert

RGB118117101-
CMYK00.010.140.54
HSL56.47º7.76%42.94%-
HSV(B)56.47º14.41%46.27%-
XYZ16.1817.5114.84-
YUV115.48119.83129.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=35.12%
G=34.82%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811710100.010.140.5456.477.7642.94
Hex76756501E363882b
Octal166165145011666701053
Binary1110110111010111001010111101101101110001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767565; }

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

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

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

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

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

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

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

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