Html Css Color HEX #72928D Gumbo

📋 copy color: '#72928D'

red 114 ◦ green 146 ◦ blue 141

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

Shades of Gumbo #72928D

Tints of Gumbo #72928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 28.43%
G = 36.41%
B = 35.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#72928D (or 0x72928D) is known color: Gumbo. HEX triplet: 72, 92 and 8D. RGB value is (114,146,141). Sum of RGB (Red+Green+Blue) = 114+146+141=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #72928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72928D is #8D6D72. Grayscale: #878787. Windows color (decimal): -9268595 or 9278066. OLE color: 9278066.

HSL color Cylindrical-coordinate representation of color #72928D: hue angle of 170.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72928D is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 141 -
CMYK 0.22 0 0.03 0.43
HSL 170.63º 0.13% 0.51% -
HSV(B) 170.63º 0.22% 0.57% -
XYZ 22.03 26.06 29.07 -
YUV 135.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 114 146 141 0.22 0 0.03 0.43 170.63 0.13 0.51
Hex 72 92 8D 16 0 3 2B AB D 33
Octal 162 222 215 26 0 3 53 253 15 63
Binary 1110010 10010010 10001101 10110 0 11 101011 10101011 1101 110011

Color Harmonies of #72928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72928D

Black with #72928D

Text Example


Text Example

White with #72928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72928D; }

 p { color: rgb(114,146,141); }

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

background-color css

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

 a { background-color: rgb(114,146,141); }

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

border-color css

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

 span { border-color: rgb(114,146,141); }

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