#757450

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

Shades of Kokoda #757450

Tints of Kokoda #757450

Color information

#757450 (or 0x757450) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 50. RGB value is (117,116,80). Sum of RGB (Red+Green+Blue) = 117+116+80=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #757450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757450 is #8A8BAF. Grayscale: #707070. Windows color (decimal): -9079728 or 5272693. OLE color: 5272693.

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

Color convert

RGB11711680-
CMYK00.010.320.54
HSL58.38º18.78%38.63%-
HSV(B)58.38º31.62%45.88%-
XYZ15.0316.8510.05-
YUV112.2109.83131.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=37.38%
G=37.06%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171168000.010.320.5458.3818.7838.63
Hex7574500120363a1327
Octal165164120014066722347
Binary1110101111010010100000110000011011011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757450; }

 p { color: rgb(117,116,80); }

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

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

 a { background-color: rgb(117,116,80); }

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

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

 span { border-color: rgb(117,116,80); }

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