#767356

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

Shades of Kokoda #767356

Tints of Kokoda #767356

Color information

#767356 (or 0x767356) is unknown color: approx Kokoda. HEX triplet: 76, 73 and 56. RGB value is (118,115,86). Sum of RGB (Red+Green+Blue) = 118+115+86=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #767356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767356 is #898CA9. Grayscale: #707070. Windows color (decimal): -9014442 or 5665654. OLE color: 5665654.

HSL color Cylindrical-coordinate representation of color #767356: hue angle of 54.38º 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 #767356 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB11811586-
CMYK00.030.270.54
HSL54.38º15.69%40%-
HSV(B)54.38º27.12%46.27%-
XYZ15.2816.7811.24-
YUV112.59112.99131.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=36.99%
G=36.05%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181158600.030.270.5454.3815.6940
Hex767356031B36361028
Octal166163126033366662050
Binary1110110111001110101100111101111011011011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767356; }

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

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

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

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

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

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

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

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