Html Css Color HEX #728C87 Gumbo

📋 copy color: '#728C87'

red 114 ◦ green 140 ◦ blue 135

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

Shades of Gumbo #728C87

Tints of Gumbo #728C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 135 (53.13% from 255) = 34.7%

R = 29.31%
G = 35.99%
B = 34.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#728C87 (or 0x728C87) is known color: Gumbo. HEX triplet: 72, 8C and 87. RGB value is (114,140,135). Sum of RGB (Red+Green+Blue) = 114+140+135=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #728C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C87 is #8D7378. Grayscale: #838383. Windows color (decimal): -9270137 or 8883314. OLE color: 8883314.

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

Color convert

RGB 114 140 135 -
CMYK 0.19 0 0.04 0.45
HSL 168.46º 0.1% 0.5% -
HSV(B) 168.46º 0.19% 0.55% -
XYZ 20.69 24.08 26.48 -
YUV 131.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 114 140 135 0.19 0 0.04 0.45 168.46 0.1 0.5
Hex 72 8C 87 13 0 4 2D A8 A 32
Octal 162 214 207 23 0 4 55 250 12 62
Binary 1110010 10001100 10000111 10011 0 100 101101 10101000 1010 110010

Color Harmonies of #728C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728C87

Black with #728C87

Text Example


Text Example

White with #728C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,140,135); }

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

background-color css

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

 a { background-color: rgb(114,140,135); }

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

border-color css

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

 span { border-color: rgb(114,140,135); }

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