#757155

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

Shades of Kokoda #757155

Tints of Kokoda #757155

Color information

#757155 (or 0x757155) is unknown color: approx Kokoda. HEX triplet: 75, 71 and 55. RGB value is (117,113,85). Sum of RGB (Red+Green+Blue) = 117+113+85=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #757155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757155 is #8A8EAA. Grayscale: #6F6F6F. Windows color (decimal): -9080491 or 5599605. OLE color: 5599605.

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

Color convert

RGB11711385-
CMYK00.030.270.54
HSL52.5º15.84%39.61%-
HSV(B)52.5º27.35%45.88%-
XYZ14.8816.2510.95-
YUV111113.33132.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=37.14%
G=35.87%
B=26.98%

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
Decimal1171138500.030.270.5452.515.8439.61
Hex757155031B36341028
Octal165161125033366642050
Binary1110101111000110101010111101111011011010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757155; }

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

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

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

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

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

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

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

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