#757255

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

Shades of Kokoda #757255

Tints of Kokoda #757255

Color information

#757255 (or 0x757255) is unknown color: approx Kokoda. HEX triplet: 75, 72 and 55. RGB value is (117,114,85). Sum of RGB (Red+Green+Blue) = 117+114+85=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #757255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757255 is #8A8DAA. Grayscale: #6F6F6F. Windows color (decimal): -9080235 or 5599861. OLE color: 5599861.

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

Color convert

RGB11711485-
CMYK00.030.270.54
HSL54.38º15.84%39.61%-
HSV(B)54.38º27.35%45.88%-
XYZ14.9916.4710.98-
YUV111.59112.99131.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=37.03%
G=36.08%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171148500.030.270.5454.3815.8439.61
Hex757255031B36361028
Octal165162125033366662050
Binary1110101111001010101010111101111011011011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757255; }

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

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

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

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

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

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

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

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