Html Css Color HEX #727059 Kokoda

📋 copy color: '#727059'

red 114 ◦ green 112 ◦ blue 89

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

Shades of Kokoda #727059

Tints of Kokoda #727059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

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

R = 36.19%
G = 35.56%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#727059 (or 0x727059) is known color: Kokoda. HEX triplet: 72, 70 and 59. RGB value is (114,112,89). Sum of RGB (Red+Green+Blue) = 114+112+89=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #727059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727059 is #8D8FA6. Grayscale: #6E6E6E. Windows color (decimal): -9277351 or 5861490. OLE color: 5861490.

HSL color Cylindrical-coordinate representation of color #727059: hue angle of 55.2º 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 #727059 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 89 -
CMYK 0 0.02 0.22 0.55
HSL 55.2º 0.12% 0.4% -
HSV(B) 55.2º 0.22% 0.45% -
XYZ 14.54 15.89 11.75 -
YUV 109.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 114 112 89 0 0.02 0.22 0.55 55.2 0.12 0.4
Hex 72 70 59 0 2 16 37 37 C 28
Octal 162 160 131 0 2 26 67 67 14 50
Binary 1110010 1110000 1011001 0 10 10110 110111 110111 1100 101000

Color Harmonies of #727059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727059

Black with #727059

Text Example


Text Example

White with #727059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727059; }

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

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

background-color css

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

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

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

border-color css

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

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

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