Html Css Color HEX #728883 Gumbo

📋 copy color: '#728883'

red 114 ◦ green 136 ◦ blue 131

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

Shades of Gumbo #728883

Tints of Gumbo #728883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.7%

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

R = 29.92%
G = 35.7%
B = 34.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#728883 (or 0x728883) is known color: Gumbo. HEX triplet: 72, 88 and 83. RGB value is (114,136,131). Sum of RGB (Red+Green+Blue) = 114+136+131=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #728883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728883 is #8D777C. Grayscale: #808080. Windows color (decimal): -9271165 or 8620146. OLE color: 8620146.

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

Color convert

RGB 114 136 131 -
CMYK 0.16 0 0.04 0.47
HSL 166.36º 0.09% 0.49% -
HSV(B) 166.36º 0.16% 0.53% -
XYZ 19.84 22.82 24.83 -
YUV 128.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 114 136 131 0.16 0 0.04 0.47 166.36 0.09 0.49
Hex 72 88 83 10 0 4 2F A6 9 31
Octal 162 210 203 20 0 4 57 246 11 61
Binary 1110010 10001000 10000011 10000 0 100 101111 10100110 1001 110001

Color Harmonies of #728883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728883

Black with #728883

Text Example


Text Example

White with #728883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728883; }

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

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

background-color css

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

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

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

border-color css

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

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

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