#767563

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

Shades of Kokoda #767563

Tints of Kokoda #767563

Color information

#767563 (or 0x767563) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 63. RGB value is (118,117,99). Sum of RGB (Red+Green+Blue) = 118+117+99=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #767563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767563 is #898A9C. Grayscale: #737373. Windows color (decimal): -9013917 or 6518134. OLE color: 6518134.

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

Color convert

RGB11811799-
CMYK00.010.160.54
HSL56.84º8.76%42.55%-
HSV(B)56.84º16.1%46.27%-
XYZ16.0817.4714.33-
YUV115.25118.83129.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=35.33%
G=35.03%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181179900.010.160.5456.848.7642.55
Hex7675630110363992b
Octal166165143012066711153
Binary11101101110101110001101100001101101110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767563; }

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

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

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

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

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

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

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

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