#767556

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

Shades of Kokoda #767556

Tints of Kokoda #767556

Color information

#767556 (or 0x767556) is unknown color: approx Kokoda. HEX triplet: 76, 75 and 56. RGB value is (118,117,86). Sum of RGB (Red+Green+Blue) = 118+117+86=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #767556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767556 is #898AA9. Grayscale: #717171. Windows color (decimal): -9013930 or 5666166. OLE color: 5666166.

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

Color convert

RGB11811786-
CMYK00.010.270.54
HSL58.12º15.69%40%-
HSV(B)58.12º27.12%46.27%-
XYZ15.5117.2511.32-
YUV113.76112.33131.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=36.76%
G=36.45%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181178600.010.270.5458.1215.6940
Hex767556011B363a1028
Octal166165126013366722050
Binary111011011101011010110011101111011011101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767556; }

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

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

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

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

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

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

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

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