#727158

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

Shades of Kokoda #727158

Tints of Kokoda #727158

Color information

#727158 (or 0x727158) is unknown color: approx Kokoda. HEX triplet: 72, 71 and 58. RGB value is (114,113,88). Sum of RGB (Red+Green+Blue) = 114+113+88=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #727158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727158 is #8D8EA7. Grayscale: #6E6E6E. Windows color (decimal): -9277096 or 5796210. OLE color: 5796210.

HSL color Cylindrical-coordinate representation of color #727158: hue angle of 57.69º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #727158 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB11411388-
CMYK00.010.230.55
HSL57.69º12.87%39.61%-
HSV(B)57.69º22.81%44.71%-
XYZ14.6116.0911.57-
YUV110.45115.33130.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=36.19%
G=35.87%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141138800.010.230.5557.6912.8739.61
Hex7271580117373ad28
Octal162161130012767721550
Binary11100101110001101100001101111101111110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727158; }

 p { color: rgb(114,113,88); }

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

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

 a { background-color: rgb(114,113,88); }

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

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

 span { border-color: rgb(114,113,88); }

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