#71928A

Color #71928A Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #71928A

Tints of Gumbo #71928A

Color information

#71928A (or 0x71928A) is unknown color: approx Gumbo. HEX triplet: 71, 92 and 8A. RGB value is (113,146,138). Sum of RGB (Red+Green+Blue) = 113+146+138=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #71928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71928A is #8E6D75. Grayscale: #878787. Windows color (decimal): -9334134 or 9081457. OLE color: 9081457.

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

Color convert

RGB113146138-
CMYK0.2300.050.43
HSL165.45º13.15%50.78%-
HSV(B)165.45º22.6%57.25%-
XYZ21.6825.927.9-
YUV135.22129.57112.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.46%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=28.46%
G=36.78%
B=34.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461380.2300.050.43165.4513.1550.78
Hex71928A17052Ba5d33
Octal1612222122705532451563
Binary11100011001001010001010101110101101011101001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71928A; }

 p { color: rgb(113,146,138); }

 H1.HeaderClassName
 {
   color: #71928A;
 }
 .AnyTagClassName
 {
   color: #71928A;
 }
</style>
background-color css

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

 a { background-color: rgb(113,146,138); }

 div.DivClassName
 {
   background-color: #71928A;
 }
 .BgClassName
 {
   background-color: #71928A;
 }
</style>
border-color css

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

 span { border-color: rgb(113,146,138); }

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