Html Css Color HEX #71958D Gumbo

📋 copy color: '#71958D'

red 113 ◦ green 149 ◦ blue 141

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

Shades of Gumbo #71958D

Tints of Gumbo #71958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.97%

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

R = 28.04%
G = 36.97%
B = 34.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#71958D (or 0x71958D) is known color: Gumbo. HEX triplet: 71, 95 and 8D. RGB value is (113,149,141). Sum of RGB (Red+Green+Blue) = 113+149+141=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #71958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71958D is #8E6A72. Grayscale: #898989. Windows color (decimal): -9333363 or 9278833. OLE color: 9278833.

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

Color convert

RGB 113 149 141 -
CMYK 0.24 0 0.05 0.42
HSL 166.67º 0.15% 0.51% -
HSV(B) 166.67º 0.24% 0.58% -
XYZ 22.37 26.93 29.22 -
YUV 137.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 113 149 141 0.24 0 0.05 0.42 166.67 0.15 0.51
Hex 71 95 8D 18 0 5 2A A7 F 33
Octal 161 225 215 30 0 5 52 247 17 63
Binary 1110001 10010101 10001101 11000 0 101 101010 10100111 1111 110011

Color Harmonies of #71958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71958D

Black with #71958D

Text Example


Text Example

White with #71958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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