Html Css Color HEX #71938D Gumbo

📋 copy color: '#71938D'

red 113 ◦ green 147 ◦ blue 141

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

Shades of Gumbo #71938D

Tints of Gumbo #71938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

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

R = 28.18%
G = 36.66%
B = 35.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#71938D (or 0x71938D) is known color: Gumbo. HEX triplet: 71, 93 and 8D. RGB value is (113,147,141). Sum of RGB (Red+Green+Blue) = 113+147+141=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #71938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71938D is #8E6C72. Grayscale: #888888. Windows color (decimal): -9333875 or 9278321. OLE color: 9278321.

HSL color Cylindrical-coordinate representation of color #71938D: hue angle of 169.41º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71938D is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 141 -
CMYK 0.23 0 0.04 0.42
HSL 169.41º 0.14% 0.51% -
HSV(B) 169.41º 0.23% 0.58% -
XYZ 22.05 26.3 29.11 -
YUV 136.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 113 147 141 0.23 0 0.04 0.42 169.41 0.14 0.51
Hex 71 93 8D 17 0 4 2A A9 E 33
Octal 161 223 215 27 0 4 52 251 16 63
Binary 1110001 10010011 10001101 10111 0 100 101010 10101001 1110 110011

Color Harmonies of #71938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71938D

Black with #71938D

Text Example


Text Example

White with #71938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,147,141); }

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

background-color css

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

 a { background-color: rgb(113,147,141); }

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

border-color css

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

 span { border-color: rgb(113,147,141); }

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