#757258

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

Shades of Kokoda #757258

Tints of Kokoda #757258

Color information

#757258 (or 0x757258) is unknown color: approx Kokoda. HEX triplet: 75, 72 and 58. RGB value is (117,114,88). Sum of RGB (Red+Green+Blue) = 117+114+88=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #757258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757258 is #8A8DA7. Grayscale: #707070. Windows color (decimal): -9080232 or 5796469. OLE color: 5796469.

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

Color convert

RGB11711488-
CMYK00.030.250.54
HSL53.79º14.15%40.2%-
HSV(B)53.79º24.79%45.88%-
XYZ15.1116.5211.62-
YUV111.93114.49131.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=36.68%
G=35.74%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171148800.030.250.5453.7914.1540.2
Hex75725803193636e28
Octal165162130033166661650
Binary111010111100101011000011110011101101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757258; }

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

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

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

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

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

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

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

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