Html Css Color HEX #728B88 Gumbo

📋 copy color: '#728B88'

red 114 ◦ green 139 ◦ blue 136

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

Shades of Gumbo #728B88

Tints of Gumbo #728B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.73%

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

R = 29.31%
G = 35.73%
B = 34.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#728B88 (or 0x728B88) is known color: Gumbo. HEX triplet: 72, 8B and 88. RGB value is (114,139,136). Sum of RGB (Red+Green+Blue) = 114+139+136=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #728B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B88 is #8D7477. Grayscale: #838383. Windows color (decimal): -9270392 or 8948594. OLE color: 8948594.

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

Color convert

RGB 114 139 136 -
CMYK 0.18 0 0.02 0.45
HSL 172.8º 0.1% 0.5% -
HSV(B) 172.8º 0.18% 0.55% -
XYZ 20.62 23.82 26.8 -
YUV 131.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 114 139 136 0.18 0 0.02 0.45 172.8 0.1 0.5
Hex 72 8B 88 12 0 2 2D AD A 32
Octal 162 213 210 22 0 2 55 255 12 62
Binary 1110010 10001011 10001000 10010 0 10 101101 10101101 1010 110010

Color Harmonies of #728B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B88

Black with #728B88

Text Example


Text Example

White with #728B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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