Html Css Color HEX #728784 Gumbo

📋 copy color: '#728784'

red 114 ◦ green 135 ◦ blue 132

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

Shades of Gumbo #728784

Tints of Gumbo #728784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.43%

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

R = 29.92%
G = 35.43%
B = 34.65%

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

#728784 (or 0x728784) is known color: Gumbo. HEX triplet: 72, 87 and 84. RGB value is (114,135,132). Sum of RGB (Red+Green+Blue) = 114+135+132=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #728784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728784 is #8D787B. Grayscale: #808080. Windows color (decimal): -9271420 or 8685426. OLE color: 8685426.

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

Color convert

RGB 114 135 132 -
CMYK 0.16 0 0.02 0.47
HSL 171.43º 0.08% 0.49% -
HSV(B) 171.43º 0.16% 0.53% -
XYZ 19.77 22.57 25.14 -
YUV 128.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 114 135 132 0.16 0 0.02 0.47 171.43 0.08 0.49
Hex 72 87 84 10 0 2 2F AB 8 31
Octal 162 207 204 20 0 2 57 253 10 61
Binary 1110010 10000111 10000100 10000 0 10 101111 10101011 1000 110001

Color Harmonies of #728784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728784

Black with #728784

Text Example


Text Example

White with #728784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728784; }

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

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

background-color css

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

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

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

border-color css

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

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

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