#757358

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

Shades of Kokoda #757358

Tints of Kokoda #757358

Color information

#757358 (or 0x757358) is unknown color: approx Kokoda. HEX triplet: 75, 73 and 58. RGB value is (117,115,88). Sum of RGB (Red+Green+Blue) = 117+115+88=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #757358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757358 is #8A8CA7. Grayscale: #707070. Windows color (decimal): -9079976 or 5796725. OLE color: 5796725.

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

Color convert

RGB11711588-
CMYK00.020.250.54
HSL55.86º14.15%40.2%-
HSV(B)55.86º24.79%45.88%-
XYZ15.2316.7511.66-
YUV112.52114.16131.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 88 (34.77% from 255) = 27.5%
R=36.56%
G=35.94%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171158800.020.250.5455.8614.1540.2
Hex75735802193638e28
Octal165163130023166701650
Binary111010111100111011000010110011101101110001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757358; }

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

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

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

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

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

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

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

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