#767561

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

Shades of Kokoda #767561

Tints of Kokoda #767561

Color information

#767561 (or 0x767561) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 61. RGB value is (118,117,97). Sum of RGB (Red+Green+Blue) = 118+117+97=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #767561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767561 is #898A9E. Grayscale: #737373. Windows color (decimal): -9013919 or 6387062. OLE color: 6387062.

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

Color convert

RGB11811797-
CMYK00.010.180.54
HSL57.14º9.77%42.16%-
HSV(B)57.14º17.8%46.27%-
XYZ15.9917.4413.83-
YUV115.02117.83130.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=35.54%
G=35.24%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181179700.010.180.5457.149.7742.16
Hex76756101123639a2a
Octal166165141012266711252
Binary11101101110101110000101100101101101110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767561; }

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

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

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

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

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

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

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

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