#757252

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

Shades of Kokoda #757252

Tints of Kokoda #757252

Color information

#757252 (or 0x757252) is unknown color: approx Kokoda. HEX triplet: 75, 72 and 52. RGB value is (117,114,82). Sum of RGB (Red+Green+Blue) = 117+114+82=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #757252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757252 is #8A8DAD. Grayscale: #6F6F6F. Windows color (decimal): -9080238 or 5403253. OLE color: 5403253.

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

Color convert

RGB11711482-
CMYK00.030.300.54
HSL54.86º17.59%39.02%-
HSV(B)54.86º29.91%45.88%-
XYZ14.8816.4310.37-
YUV111.25111.49132.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=37.38%
G=36.42%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171148200.030.300.5454.8617.5939.02
Hex757252031E36371227
Octal165162122033666672247
Binary1110101111001010100100111111011011011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757252; }

 p { color: rgb(117,114,82); }

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

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

 a { background-color: rgb(117,114,82); }

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

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

 span { border-color: rgb(117,114,82); }

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