#757454

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

Shades of Kokoda #757454

Tints of Kokoda #757454

Color information

#757454 (or 0x757454) is unknown color: approx Kokoda. HEX triplet: 75, 74 and 54. RGB value is (117,116,84). Sum of RGB (Red+Green+Blue) = 117+116+84=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #757454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757454 is #8A8BAB. Grayscale: #707070. Windows color (decimal): -9079724 or 5534837. OLE color: 5534837.

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

Color convert

RGB11711684-
CMYK00.010.280.54
HSL58.18º16.42%39.41%-
HSV(B)58.18º28.21%45.88%-
XYZ15.1816.9110.85-
YUV112.65111.83131.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 84 (33.20% from 255) = 26.50%
R=36.91%
G=36.59%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171168400.010.280.5458.1816.4239.41
Hex757454011C363a1027
Octal165164124013466722047
Binary111010111101001010100011110011011011101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757454; }

 p { color: rgb(117,116,84); }

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

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

 a { background-color: rgb(117,116,84); }

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

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

 span { border-color: rgb(117,116,84); }

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