#767566

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

Shades of Kokoda #767566

Tints of Kokoda #767566

Color information

#767566 (or 0x767566) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 66. RGB value is (118,117,102). Sum of RGB (Red+Green+Blue) = 118+117+102=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #767566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767566 is #898A99. Grayscale: #737373. Windows color (decimal): -9013914 or 6714742. OLE color: 6714742.

HSL color Cylindrical-coordinate representation of color #767566: hue angle of 56.25º degrees, saturation: 0.07, 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 #767566 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB118117102-
CMYK00.010.140.54
HSL56.25º7.27%43.14%-
HSV(B)56.25º13.56%46.27%-
XYZ16.2317.5315.1-
YUV115.59120.33129.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=35.01%
G=34.72%
B=30.27%

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
Decimal11811710200.010.140.5456.257.2743.14
Hex76756601E363872b
Octal16616514601166670753
Binary111011011101011100110011110110110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767566; }

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

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

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

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

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

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

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

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