Html Css Color HEX #719087 Gumbo

📋 copy color: '#719087'

red 113 ◦ green 144 ◦ blue 135

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

Shades of Gumbo #719087

Tints of Gumbo #719087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 28.83%
G = 36.73%
B = 34.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#719087 (or 0x719087) is known color: Gumbo. HEX triplet: 71, 90 and 87. RGB value is (113,144,135). Sum of RGB (Red+Green+Blue) = 113+144+135=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #719087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719087 is #8E6F78. Grayscale: #858585. Windows color (decimal): -9334649 or 8884337. OLE color: 8884337.

HSL color Cylindrical-coordinate representation of color #719087: hue angle of 162.58º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719087 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 144 135 -
CMYK 0.22 0 0.06 0.44
HSL 162.58º 0.12% 0.5% -
HSV(B) 162.58º 0.22% 0.56% -
XYZ 21.16 25.21 26.67 -
YUV 133.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 113 144 135 0.22 0 0.06 0.44 162.58 0.12 0.5
Hex 71 90 87 16 0 6 2C A3 C 32
Octal 161 220 207 26 0 6 54 243 14 62
Binary 1110001 10010000 10000111 10110 0 110 101100 10100011 1100 110010

Color Harmonies of #719087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719087

Black with #719087

Text Example


Text Example

White with #719087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719087; }

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

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

background-color css

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

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

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

border-color css

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

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

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