Html Css Color HEX #719890 Gumbo

📋 copy color: '#719890'

red 113 ◦ green 152 ◦ blue 144

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

Shades of Gumbo #719890

Tints of Gumbo #719890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 27.63%
G = 37.16%
B = 35.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#719890 (or 0x719890) is known color: Gumbo. HEX triplet: 71, 98 and 90. RGB value is (113,152,144). Sum of RGB (Red+Green+Blue) = 113+152+144=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #719890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719890 is #8E676F. Grayscale: #8B8B8B. Windows color (decimal): -9332592 or 9476209. OLE color: 9476209.

HSL color Cylindrical-coordinate representation of color #719890: hue angle of 167.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719890 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 144 -
CMYK 0.26 0 0.05 0.40
HSL 167.69º 0.16% 0.52% -
HSV(B) 167.69º 0.26% 0.6% -
XYZ 23.07 27.98 30.57 -
YUV 139.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 113 152 144 0.26 0 0.05 0.40 167.69 0.16 0.52
Hex 71 98 90 1A 0 5 28 A8 10 34
Octal 161 230 220 32 0 5 50 250 20 64
Binary 1110001 10011000 10010000 11010 0 101 101000 10101000 10000 110100

Color Harmonies of #719890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719890

Black with #719890

Text Example


Text Example

White with #719890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719890; }

 p { color: rgb(113,152,144); }

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

background-color css

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

 a { background-color: rgb(113,152,144); }

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

border-color css

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

 span { border-color: rgb(113,152,144); }

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