Html Css Color HEX #728583 Gumbo

📋 copy color: '#728583'

red 114 ◦ green 133 ◦ blue 131

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

Shades of Gumbo #728583

Tints of Gumbo #728583

RGB

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

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

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

R = 30.16%
G = 35.19%
B = 34.66%

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

#728583 (or 0x728583) is known color: Gumbo. HEX triplet: 72, 85 and 83. RGB value is (114,133,131). Sum of RGB (Red+Green+Blue) = 114+133+131=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #728583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728583 is #8D7A7C. Grayscale: #7F7F7F. Windows color (decimal): -9271933 or 8619378. OLE color: 8619378.

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

Color convert

RGB 114 133 131 -
CMYK 0.14 0 0.02 0.48
HSL 173.68º 0.08% 0.48% -
HSV(B) 173.68º 0.14% 0.52% -
XYZ 19.42 21.99 24.69 -
YUV 127.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 114 133 131 0.14 0 0.02 0.48 173.68 0.08 0.48
Hex 72 85 83 E 0 2 30 AE 8 30
Octal 162 205 203 16 0 2 60 256 10 60
Binary 1110010 10000101 10000011 1110 0 10 110000 10101110 1000 110000

Color Harmonies of #728583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728583

Black with #728583

Text Example


Text Example

White with #728583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728583; }

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

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

background-color css

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

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

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

border-color css

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

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

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