Html Css Color HEX #728483 Gumbo

📋 copy color: '#728483'

red 114 ◦ green 132 ◦ blue 131

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

Shades of Gumbo #728483

Tints of Gumbo #728483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 30.24%
G = 35.01%
B = 34.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#728483 (or 0x728483) is known color: Gumbo. HEX triplet: 72, 84 and 83. RGB value is (114,132,131). Sum of RGB (Red+Green+Blue) = 114+132+131=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #728483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728483 is #8D7B7C. Grayscale: #7E7E7E. Windows color (decimal): -9272189 or 8619122. OLE color: 8619122.

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

Color convert

RGB 114 132 131 -
CMYK 0.14 0 0.01 0.48
HSL 176.67º 0.07% 0.48% -
HSV(B) 176.67º 0.14% 0.52% -
XYZ 19.29 21.72 24.65 -
YUV 126.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 114 132 131 0.14 0 0.01 0.48 176.67 0.07 0.48
Hex 72 84 83 E 0 1 30 B1 7 30
Octal 162 204 203 16 0 1 60 261 7 60
Binary 1110010 10000100 10000011 1110 0 1 110000 10110001 111 110000

Color Harmonies of #728483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728483

Black with #728483

Text Example


Text Example

White with #728483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728483; }

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

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

background-color css

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

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

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

border-color css

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

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

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