Html Css Color HEX #71928A Gumbo

📋 copy color: '#71928A'

red 113 ◦ green 146 ◦ blue 138

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

Shades of Gumbo #71928A

Tints of Gumbo #71928A

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.3% from 255) = 34.76%

R = 28.46%
G = 36.78%
B = 34.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#71928A (or 0x71928A) is known color: 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

RGB 113 146 138 -
CMYK 0.23 0 0.05 0.43
HSL 165.45º 0.13% 0.51% -
HSV(B) 165.45º 0.23% 0.57% -
XYZ 21.68 25.9 27.9 -
YUV 135.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 113 146 138 0.23 0 0.05 0.43 165.45 0.13 0.51
Hex 71 92 8A 17 0 5 2B A5 D 33
Octal 161 222 212 27 0 5 53 245 15 63
Binary 1110001 10010010 10001010 10111 0 101 101011 10100101 1101 110011

Color Harmonies of #71928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71928A

Black with #71928A

Text Example


Text Example

White with #71928A

Text Example


Text Example

HTML Codes & Css Web 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>