Html Css Color HEX #728D88 Gumbo

📋 copy color: '#728D88'

red 114 ◦ green 141 ◦ blue 136

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

Shades of Gumbo #728D88

Tints of Gumbo #728D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.78%

R = 29.16%
G = 36.06%
B = 34.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#728D88 (or 0x728D88) is known color: Gumbo. HEX triplet: 72, 8D and 88. RGB value is (114,141,136). Sum of RGB (Red+Green+Blue) = 114+141+136=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #728D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728D88 is #8D7277. Grayscale: #848484. Windows color (decimal): -9269880 or 8949106. OLE color: 8949106.

HSL color Cylindrical-coordinate representation of color #728D88: hue angle of 168.89º 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 #728D88 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 141 136 -
CMYK 0.19 0 0.04 0.45
HSL 168.89º 0.11% 0.5% -
HSV(B) 168.89º 0.19% 0.55% -
XYZ 20.91 24.4 26.9 -
YUV 132.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 114 141 136 0.19 0 0.04 0.45 168.89 0.11 0.5
Hex 72 8D 88 13 0 4 2D A9 B 32
Octal 162 215 210 23 0 4 55 251 13 62
Binary 1110010 10001101 10001000 10011 0 100 101101 10101001 1011 110010

Color Harmonies of #728D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728D88

Black with #728D88

Text Example


Text Example

White with #728D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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