#757357

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

Shades of Kokoda #757357

Tints of Kokoda #757357

Color information

#757357 (or 0x757357) is unknown color: approx Kokoda. HEX triplet: 75, 73 and 57. RGB value is (117,115,87). Sum of RGB (Red+Green+Blue) = 117+115+87=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #757357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757357 is #8A8CA8. Grayscale: #707070. Windows color (decimal): -9079977 or 5731189. OLE color: 5731189.

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

Color convert

RGB11711587-
CMYK00.020.260.54
HSL56º14.71%40%-
HSV(B)56º25.64%45.88%-
XYZ15.1916.7311.45-
YUV112.41113.66131.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=36.68%
G=36.05%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171158700.020.260.545614.7140
Hex757357021A3638f28
Octal165163127023266701750
Binary111010111100111010111010110101101101110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757357; }

 p { color: rgb(117,115,87); }

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

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

 a { background-color: rgb(117,115,87); }

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

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

 span { border-color: rgb(117,115,87); }

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