Html Css Color HEX #728885 Gumbo

📋 copy color: '#728885'

red 114 ◦ green 136 ◦ blue 133

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

Shades of Gumbo #728885

Tints of Gumbo #728885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 29.77%
G = 35.51%
B = 34.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#728885 (or 0x728885) is known color: Gumbo. HEX triplet: 72, 88 and 85. RGB value is (114,136,133). Sum of RGB (Red+Green+Blue) = 114+136+133=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 136 - color contains mainly: green. Hex color #728885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728885 is #8D777A. Grayscale: #818181. Windows color (decimal): -9271163 or 8751218. OLE color: 8751218.

HSL color Cylindrical-coordinate representation of color #728885: hue angle of 171.82º 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 #728885 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 136 133 -
CMYK 0.16 0 0.02 0.47
HSL 171.82º 0.09% 0.49% -
HSV(B) 171.82º 0.16% 0.53% -
XYZ 19.98 22.88 25.55 -
YUV 129.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 114 136 133 0.16 0 0.02 0.47 171.82 0.09 0.49
Hex 72 88 85 10 0 2 2F AC 9 31
Octal 162 210 205 20 0 2 57 254 11 61
Binary 1110010 10001000 10000101 10000 0 10 101111 10101100 1001 110001

Color Harmonies of #728885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728885

Black with #728885

Text Example


Text Example

White with #728885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728885; }

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

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

background-color css

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

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

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

border-color css

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

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

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