#727153

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

Shades of Kokoda #727153

Tints of Kokoda #727153

Color information

#727153 (or 0x727153) is unknown color: approx Kokoda. HEX triplet: 72, 71 and 53. RGB value is (114,113,83). Sum of RGB (Red+Green+Blue) = 114+113+83=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #727153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727153 is #8D8EAC. Grayscale: #6E6E6E. Windows color (decimal): -9277101 or 5468530. OLE color: 5468530.

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

Color convert

RGB11411383-
CMYK00.010.270.55
HSL58.06º15.74%38.63%-
HSV(B)58.06º27.19%44.71%-
XYZ14.4116.0110.52-
YUV109.88112.83130.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=36.77%
G=36.45%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141138300.010.270.5558.0615.7438.63
Hex727153011B373a1027
Octal162161123013367722047
Binary111001011100011010011011101111011111101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727153; }

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

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

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

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

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

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

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

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