Html Css Color HEX #728580 Gumbo

📋 copy color: '#728580'

red 114 ◦ green 133 ◦ blue 128

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

Shades of Gumbo #728580

Tints of Gumbo #728580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 30.4%
G = 35.47%
B = 34.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#728580 (or 0x728580) is known color: Gumbo. HEX triplet: 72, 85 and 80. RGB value is (114,133,128). Sum of RGB (Red+Green+Blue) = 114+133+128=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #728580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728580 is #8D7A7F. Grayscale: #7E7E7E. Windows color (decimal): -9271936 or 8422770. OLE color: 8422770.

HSL color Cylindrical-coordinate representation of color #728580: hue angle of 164.21º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728580 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 128 -
CMYK 0.14 0 0.04 0.48
HSL 164.21º 0.08% 0.48% -
HSV(B) 164.21º 0.14% 0.52% -
XYZ 19.22 21.91 23.64 -
YUV 126.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 114 133 128 0.14 0 0.04 0.48 164.21 0.08 0.48
Hex 72 85 80 E 0 4 30 A4 8 30
Octal 162 205 200 16 0 4 60 244 10 60
Binary 1110010 10000101 10000000 1110 0 100 110000 10100100 1000 110000

Color Harmonies of #728580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728580

Black with #728580

Text Example


Text Example

White with #728580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728580; }

 p { color: rgb(114,133,128); }

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

background-color css

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

 a { background-color: rgb(114,133,128); }

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

border-color css

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

 span { border-color: rgb(114,133,128); }

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