Html Css Color HEX #728B84 Gumbo

📋 copy color: '#728B84'

red 114 ◦ green 139 ◦ blue 132

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

Shades of Gumbo #728B84

Tints of Gumbo #728B84

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 132 (51.95% from 255) = 34.29%

R = 29.61%
G = 36.1%
B = 34.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#728B84 (or 0x728B84) is known color: Gumbo. HEX triplet: 72, 8B and 84. RGB value is (114,139,132). Sum of RGB (Red+Green+Blue) = 114+139+132=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #728B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B84 is #8D747B. Grayscale: #828282. Windows color (decimal): -9270396 or 8686450. OLE color: 8686450.

HSL color Cylindrical-coordinate representation of color #728B84: hue angle of 163.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728B84 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 139 132 -
CMYK 0.18 0 0.05 0.45
HSL 163.2º 0.1% 0.5% -
HSV(B) 163.2º 0.18% 0.55% -
XYZ 20.34 23.71 25.33 -
YUV 130.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 114 139 132 0.18 0 0.05 0.45 163.2 0.1 0.5
Hex 72 8B 84 12 0 5 2D A3 A 32
Octal 162 213 204 22 0 5 55 243 12 62
Binary 1110010 10001011 10000100 10010 0 101 101101 10100011 1010 110010

Color Harmonies of #728B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B84

Black with #728B84

Text Example


Text Example

White with #728B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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