Html Css Color HEX #728582 Gumbo

📋 copy color: '#728582'

red 114 ◦ green 133 ◦ blue 130

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

Shades of Gumbo #728582

Tints of Gumbo #728582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 30.24%
G = 35.28%
B = 34.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#728582 (or 0x728582) is known color: Gumbo. HEX triplet: 72, 85 and 82. RGB value is (114,133,130). Sum of RGB (Red+Green+Blue) = 114+133+130=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #728582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728582 is #8D7A7D. Grayscale: #7E7E7E. Windows color (decimal): -9271934 or 8553842. OLE color: 8553842.

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

Color convert

RGB 114 133 130 -
CMYK 0.14 0 0.02 0.48
HSL 170.53º 0.08% 0.48% -
HSV(B) 170.53º 0.14% 0.52% -
XYZ 19.36 21.96 24.34 -
YUV 126.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 114 133 130 0.14 0 0.02 0.48 170.53 0.08 0.48
Hex 72 85 82 E 0 2 30 AB 8 30
Octal 162 205 202 16 0 2 60 253 10 60
Binary 1110010 10000101 10000010 1110 0 10 110000 10101011 1000 110000

Color Harmonies of #728582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728582

Black with #728582

Text Example


Text Example

White with #728582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728582; }

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

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

background-color css

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

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

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

border-color css

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

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

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