Html Css Color HEX #728B83 Gumbo

📋 copy color: '#728B83'

red 114 ◦ green 139 ◦ blue 131

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

Shades of Gumbo #728B83

Tints of Gumbo #728B83

RGB

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

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

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

R = 29.69%
G = 36.2%
B = 34.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#728B83 (or 0x728B83) is known color: Gumbo. HEX triplet: 72, 8B and 83. RGB value is (114,139,131). Sum of RGB (Red+Green+Blue) = 114+139+131=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #728B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B83 is #8D747C. Grayscale: #828282. Windows color (decimal): -9270397 or 8620914. OLE color: 8620914.

HSL color Cylindrical-coordinate representation of color #728B83: hue angle of 160.8º 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 #728B83 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 139 131 -
CMYK 0.18 0 0.06 0.45
HSL 160.8º 0.1% 0.5% -
HSV(B) 160.8º 0.18% 0.55% -
XYZ 20.27 23.68 24.98 -
YUV 130.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 114 139 131 0.18 0 0.06 0.45 160.8 0.1 0.5
Hex 72 8B 83 12 0 6 2D A1 A 32
Octal 162 213 203 22 0 6 55 241 12 62
Binary 1110010 10001011 10000011 10010 0 110 101101 10100001 1010 110010

Color Harmonies of #728B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B83

Black with #728B83

Text Example


Text Example

White with #728B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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