#757351

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

Shades of Kokoda #757351

Tints of Kokoda #757351

Color information

#757351 (or 0x757351) is unknown color: approx Kokoda. HEX triplet: 75, 73 and 51. RGB value is (117,115,81). Sum of RGB (Red+Green+Blue) = 117+115+81=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #757351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757351 is #8A8CAE. Grayscale: #6F6F6F. Windows color (decimal): -9079983 or 5337973. OLE color: 5337973.

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

Color convert

RGB11711581-
CMYK00.020.310.54
HSL56.67º18.18%38.82%-
HSV(B)56.67º30.77%45.88%-
XYZ14.9516.6410.21-
YUV111.72110.66131.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=37.38%
G=36.74%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171158100.020.310.5456.6718.1838.82
Hex757351021F36391227
Octal165163121023766712247
Binary1110101111001110100010101111111011011100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757351; }

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

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

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

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

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

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

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

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