Html Css Color HEX #728482 Gumbo

📋 copy color: '#728482'

red 114 ◦ green 132 ◦ blue 130

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

Shades of Gumbo #728482

Tints of Gumbo #728482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 30.32%
G = 35.11%
B = 34.57%

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

#728482 (or 0x728482) is known color: Gumbo. HEX triplet: 72, 84 and 82. RGB value is (114,132,130). Sum of RGB (Red+Green+Blue) = 114+132+130=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 132 - color contains mainly: green. Hex color #728482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728482 is #8D7B7D. Grayscale: #7E7E7E. Windows color (decimal): -9272190 or 8553586. OLE color: 8553586.

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

Color convert

RGB 114 132 130 -
CMYK 0.14 0 0.02 0.48
HSL 173.33º 0.07% 0.48% -
HSV(B) 173.33º 0.14% 0.52% -
XYZ 19.22 21.69 24.29 -
YUV 126.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 114 132 130 0.14 0 0.02 0.48 173.33 0.07 0.48
Hex 72 84 82 E 0 2 30 AD 7 30
Octal 162 204 202 16 0 2 60 255 7 60
Binary 1110010 10000100 10000010 1110 0 10 110000 10101101 111 110000

Color Harmonies of #728482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728482

Black with #728482

Text Example


Text Example

White with #728482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728482; }

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

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

background-color css

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

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

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

border-color css

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

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

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