#757256

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

Shades of Kokoda #757256

Tints of Kokoda #757256

Color information

#757256 (or 0x757256) is unknown color: approx Kokoda. HEX triplet: 75, 72 and 56. RGB value is (117,114,86). Sum of RGB (Red+Green+Blue) = 117+114+86=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #757256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757256 is #8A8DA9. Grayscale: #6F6F6F. Windows color (decimal): -9080234 or 5665397. OLE color: 5665397.

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

Color convert

RGB11711486-
CMYK00.030.260.54
HSL54.19º15.27%39.8%-
HSV(B)54.19º26.5%45.88%-
XYZ15.0316.4911.19-
YUV111.7113.49131.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=36.91%
G=35.96%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171148600.030.260.5454.1915.2739.8
Hex757256031A3636f28
Octal165162126033266661750
Binary111010111100101010110011110101101101101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757256; }

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

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

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

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

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

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

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

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