#767352

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

Shades of Kokoda #767352

Tints of Kokoda #767352

Color information

#767352 (or 0x767352) is unknown color: approx Kokoda. HEX triplet: 76, 73 and 52. RGB value is (118,115,82). Sum of RGB (Red+Green+Blue) = 118+115+82=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #767352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767352 is #898CAD. Grayscale: #707070. Windows color (decimal): -9014446 or 5403510. OLE color: 5403510.

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

Color convert

RGB11811582-
CMYK00.030.310.54
HSL55º18%39.22%-
HSV(B)55º30.51%46.27%-
XYZ15.1216.7210.41-
YUV112.14110.99132.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=37.46%
G=36.51%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181158200.030.310.54551839.22
Hex767352031F36371227
Octal166163122033766672247
Binary1110110111001110100100111111111011011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767352; }

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

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

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

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

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

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

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

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