Html Css Color HEX #71918C Gumbo

📋 copy color: '#71918C'

red 113 ◦ green 145 ◦ blue 140

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

Shades of Gumbo #71918C

Tints of Gumbo #71918C

RGB

 RED value IS 113 (44.53% from 255) = 28.39%

 GREEN value IS 145 (57.03% from 255) = 36.43%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 28.39%
G = 36.43%
B = 35.18%

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

#71918C (or 0x71918C) is known color: Gumbo. HEX triplet: 71, 91 and 8C. RGB value is (113,145,140). Sum of RGB (Red+Green+Blue) = 113+145+140=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #71918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71918C is #8E6E73. Grayscale: #868686. Windows color (decimal): -9334388 or 9212273. OLE color: 9212273.

HSL color Cylindrical-coordinate representation of color #71918C: 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 #71918C is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 140 -
CMYK 0.22 0 0.03 0.43
HSL 170.63º 0.13% 0.51% -
HSV(B) 170.63º 0.22% 0.57% -
XYZ 21.67 25.65 28.62 -
YUV 134.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 113 145 140 0.22 0 0.03 0.43 170.63 0.13 0.51
Hex 71 91 8C 16 0 3 2B AB D 33
Octal 161 221 214 26 0 3 53 253 15 63
Binary 1110001 10010001 10001100 10110 0 11 101011 10101011 1101 110011

Color Harmonies of #71918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71918C

Black with #71918C

Text Example


Text Example

White with #71918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71918C; }

 p { color: rgb(113,145,140); }

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

background-color css

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

 a { background-color: rgb(113,145,140); }

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

border-color css

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

 span { border-color: rgb(113,145,140); }

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