Html Css Color HEX #718582 Gumbo

📋 copy color: '#718582'

red 113 ◦ green 133 ◦ blue 130

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

Shades of Gumbo #718582

Tints of Gumbo #718582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 30.05%
G = 35.37%
B = 34.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#718582 (or 0x718582) is known color: Gumbo. HEX triplet: 71, 85 and 82. RGB value is (113,133,130). Sum of RGB (Red+Green+Blue) = 113+133+130=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 133 - color contains mainly: green. Hex color #718582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718582 is #8E7A7D. Grayscale: #7E7E7E. Windows color (decimal): -9337470 or 8553841. OLE color: 8553841.

HSL color Cylindrical-coordinate representation of color #718582: hue angle of 171º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #718582 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 130 -
CMYK 0.15 0 0.02 0.48
HSL 171º 0.08% 0.48% -
HSV(B) 171º 0.15% 0.52% -
XYZ 19.23 21.9 24.33 -
YUV 126.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 113 133 130 0.15 0 0.02 0.48 171 0.08 0.48
Hex 71 85 82 F 0 2 30 AB 8 30
Octal 161 205 202 17 0 2 60 253 10 60
Binary 1110001 10000101 10000010 1111 0 10 110000 10101011 1000 110000

Color Harmonies of #718582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718582

Black with #718582

Text Example


Text Example

White with #718582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718582; }

 p { color: rgb(113,133,130); }

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

background-color css

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

 a { background-color: rgb(113,133,130); }

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

border-color css

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

 span { border-color: rgb(113,133,130); }

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