Html Css Color HEX #72928B Gumbo

📋 copy color: '#72928B'

red 114 ◦ green 146 ◦ blue 139

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

Shades of Gumbo #72928B

Tints of Gumbo #72928B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 28.57%
G = 36.59%
B = 34.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#72928B (or 0x72928B) is known color: Gumbo. HEX triplet: 72, 92 and 8B. RGB value is (114,146,139). Sum of RGB (Red+Green+Blue) = 114+146+139=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #72928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72928B is #8D6D74. Grayscale: #878787. Windows color (decimal): -9268597 or 9146994. OLE color: 9146994.

HSL color Cylindrical-coordinate representation of color #72928B: hue angle of 166.88º 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 #72928B is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 139 -
CMYK 0.22 0 0.05 0.43
HSL 166.88º 0.13% 0.51% -
HSV(B) 166.88º 0.22% 0.57% -
XYZ 21.88 26 28.29 -
YUV 135.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 114 146 139 0.22 0 0.05 0.43 166.88 0.13 0.51
Hex 72 92 8B 16 0 5 2B A7 D 33
Octal 162 222 213 26 0 5 53 247 15 63
Binary 1110010 10010010 10001011 10110 0 101 101011 10100111 1101 110011

Color Harmonies of #72928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72928B

Black with #72928B

Text Example


Text Example

White with #72928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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