Html Css Color HEX #728983 Gumbo

📋 copy color: '#728983'

red 114 ◦ green 137 ◦ blue 131

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

Shades of Gumbo #728983

Tints of Gumbo #728983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.86%

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

R = 29.84%
G = 35.86%
B = 34.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#728983 (or 0x728983) is known color: Gumbo. HEX triplet: 72, 89 and 83. RGB value is (114,137,131). Sum of RGB (Red+Green+Blue) = 114+137+131=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #728983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728983 is #8D767C. Grayscale: #818181. Windows color (decimal): -9270909 or 8620402. OLE color: 8620402.

HSL color Cylindrical-coordinate representation of color #728983: hue angle of 164.35º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728983 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 131 -
CMYK 0.17 0 0.04 0.46
HSL 164.35º 0.09% 0.49% -
HSV(B) 164.35º 0.17% 0.54% -
XYZ 19.98 23.11 24.88 -
YUV 129.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 114 137 131 0.17 0 0.04 0.46 164.35 0.09 0.49
Hex 72 89 83 11 0 4 2E A4 9 31
Octal 162 211 203 21 0 4 56 244 11 61
Binary 1110010 10001001 10000011 10001 0 100 101110 10100100 1001 110001

Color Harmonies of #728983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728983

Black with #728983

Text Example


Text Example

White with #728983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728983; }

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

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

background-color css

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

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

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

border-color css

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

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

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