#757353

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

Shades of Kokoda #757353

Tints of Kokoda #757353

Color information

#757353 (or 0x757353) is unknown color: approx Kokoda. HEX triplet: 75, 73 and 53. RGB value is (117,115,83). Sum of RGB (Red+Green+Blue) = 117+115+83=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #757353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757353 is #8A8CAC. Grayscale: #707070. Windows color (decimal): -9079981 or 5469045. OLE color: 5469045.

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

Color convert

RGB11711583-
CMYK00.020.290.54
HSL56.47º17%39.22%-
HSV(B)56.47º29.06%45.88%-
XYZ15.0316.6710.61-
YUV111.95111.66131.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=37.14%
G=36.51%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171158300.020.290.5456.471739.22
Hex757353021D36381127
Octal165163123023566702147
Binary1110101111001110100110101110111011011100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757353; }

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

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

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

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

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

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

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

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