#757153

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

Shades of Kokoda #757153

Tints of Kokoda #757153

Color information

#757153 (or 0x757153) is unknown color: approx Kokoda. HEX triplet: 75, 71 and 53. RGB value is (117,113,83). Sum of RGB (Red+Green+Blue) = 117+113+83=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #757153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757153 is #8A8EAC. Grayscale: #6E6E6E. Windows color (decimal): -9080493 or 5468533. OLE color: 5468533.

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

Color convert

RGB11711383-
CMYK00.030.290.54
HSL52.94º17%39.22%-
HSV(B)52.94º29.06%45.88%-
XYZ14.816.2210.53-
YUV110.78112.33132.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=37.38%
G=36.10%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171138300.030.290.5452.941739.22
Hex757153031D36351127
Octal165161123033566652147
Binary1110101111000110100110111110111011011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757153; }

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

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

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

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

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

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

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

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