#757251

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

Shades of Kokoda #757251

Tints of Kokoda #757251

Color information

#757251 (or 0x757251) is unknown color: approx Kokoda. HEX triplet: 75, 72 and 51. RGB value is (117,114,81). Sum of RGB (Red+Green+Blue) = 117+114+81=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #757251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757251 is #8A8DAE. Grayscale: #6F6F6F. Windows color (decimal): -9080239 or 5337717. OLE color: 5337717.

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

Color convert

RGB11711481-
CMYK00.030.310.54
HSL55º18.18%38.82%-
HSV(B)55º30.77%45.88%-
XYZ14.8416.4110.17-
YUV111.13110.99132.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=37.5%
G=36.54%
B=25.96%

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
Decimal1171148100.030.310.545518.1838.82
Hex757251031F36371227
Octal165162121033766672247
Binary1110101111001010100010111111111011011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757251; }

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

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

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

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

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

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

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

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