Html Css Color HEX #728D89 Gumbo

📋 copy color: '#728D89'

red 114 ◦ green 141 ◦ blue 137

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

Shades of Gumbo #728D89

Tints of Gumbo #728D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 29.08%
G = 35.97%
B = 34.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#728D89 (or 0x728D89) is known color: Gumbo. HEX triplet: 72, 8D and 89. RGB value is (114,141,137). Sum of RGB (Red+Green+Blue) = 114+141+137=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #728D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D89 is #8D7276. Grayscale: #848484. Windows color (decimal): -9269879 or 9014642. OLE color: 9014642.

HSL color Cylindrical-coordinate representation of color #728D89: hue angle of 171.11º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D89 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 141 137 -
CMYK 0.19 0 0.03 0.45
HSL 171.11º 0.11% 0.5% -
HSV(B) 171.11º 0.19% 0.55% -
XYZ 20.98 24.43 27.28 -
YUV 132.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 114 141 137 0.19 0 0.03 0.45 171.11 0.11 0.5
Hex 72 8D 89 13 0 3 2D AB B 32
Octal 162 215 211 23 0 3 55 253 13 62
Binary 1110010 10001101 10001001 10011 0 11 101101 10101011 1011 110010

Color Harmonies of #728D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728D89

Black with #728D89

Text Example


Text Example

White with #728D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728D89; }

 p { color: rgb(114,141,137); }

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

background-color css

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

 a { background-color: rgb(114,141,137); }

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

border-color css

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

 span { border-color: rgb(114,141,137); }

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