Html Css Color HEX #728380 Gumbo

📋 copy color: '#728380'

red 114 ◦ green 131 ◦ blue 128

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

Shades of Gumbo #728380

Tints of Gumbo #728380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 30.56%
G = 35.12%
B = 34.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#728380 (or 0x728380) is known color: Gumbo. HEX triplet: 72, 83 and 80. RGB value is (114,131,128). Sum of RGB (Red+Green+Blue) = 114+131+128=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 131 - color contains mainly: green. Hex color #728380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728380 is #8D7C7F. Grayscale: #7D7D7D. Windows color (decimal): -9272448 or 8422258. OLE color: 8422258.

HSL color Cylindrical-coordinate representation of color #728380: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #728380 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 128 -
CMYK 0.13 0 0.02 0.49
HSL 169.41º 0.07% 0.48% -
HSV(B) 169.41º 0.13% 0.51% -
XYZ 18.95 21.37 23.55 -
YUV 125.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 114 131 128 0.13 0 0.02 0.49 169.41 0.07 0.48
Hex 72 83 80 D 0 2 31 A9 7 30
Octal 162 203 200 15 0 2 61 251 7 60
Binary 1110010 10000011 10000000 1101 0 10 110001 10101001 111 110000

Color Harmonies of #728380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728380

Black with #728380

Text Example


Text Example

White with #728380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728380; }

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

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

background-color css

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

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

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

border-color css

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

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

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