Html Css Color HEX #727159 Kokoda

📋 copy color: '#727159'

red 114 ◦ green 113 ◦ blue 89

#727159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kokoda #727159

Tints of Kokoda #727159

RGB

 RED value IS 114 (44.92% from 255) = 36.08%

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 36.08%
G = 35.76%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#727159 (or 0x727159) is known color: Kokoda. HEX triplet: 72, 71 and 59. RGB value is (114,113,89). Sum of RGB (Red+Green+Blue) = 114+113+89=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #727159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727159 is #8D8EA6. Grayscale: #6E6E6E. Windows color (decimal): -9277095 or 5861746. OLE color: 5861746.

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

Color convert

RGB 114 113 89 -
CMYK 0 0.01 0.22 0.55
HSL 57.6º 0.12% 0.4% -
HSV(B) 57.6º 0.22% 0.45% -
XYZ 14.65 16.11 11.79 -
YUV 110.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 114 113 89 0 0.01 0.22 0.55 57.6 0.12 0.4
Hex 72 71 59 0 1 16 37 3A C 28
Octal 162 161 131 0 1 26 67 72 14 50
Binary 1110010 1110001 1011001 0 1 10110 110111 111010 1100 101000

Color Harmonies of #727159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727159

Black with #727159

Text Example


Text Example

White with #727159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727159; }

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

 H1.HeaderClassName
 {
   color: #727159;
 }
 .AnyTagClassName
 {
   color: #727159;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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