Html Css Color HEX #728481 Gumbo

📋 copy color: '#728481'

red 114 ◦ green 132 ◦ blue 129

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

Shades of Gumbo #728481

Tints of Gumbo #728481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 30.4%
G = 35.2%
B = 34.4%

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

#728481 (or 0x728481) is known color: Gumbo. HEX triplet: 72, 84 and 81. RGB value is (114,132,129). Sum of RGB (Red+Green+Blue) = 114+132+129=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #728481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728481 is #8D7B7E. Grayscale: #7E7E7E. Windows color (decimal): -9272191 or 8488050. OLE color: 8488050.

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

Color convert

RGB 114 132 129 -
CMYK 0.14 0 0.02 0.48
HSL 170º 0.07% 0.48% -
HSV(B) 170º 0.14% 0.52% -
XYZ 19.15 21.66 23.94 -
YUV 126.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 114 132 129 0.14 0 0.02 0.48 170 0.07 0.48
Hex 72 84 81 E 0 2 30 AA 7 30
Octal 162 204 201 16 0 2 60 252 7 60
Binary 1110010 10000100 10000001 1110 0 10 110000 10101010 111 110000

Color Harmonies of #728481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728481

Black with #728481

Text Example


Text Example

White with #728481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728481; }

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

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

background-color css

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

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

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

border-color css

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

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

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