Html Css Color HEX #718482 Gumbo

📋 copy color: '#718482'

red 113 ◦ green 132 ◦ blue 130

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

Shades of Gumbo #718482

Tints of Gumbo #718482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

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

R = 30.13%
G = 35.2%
B = 34.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#718482 (or 0x718482) is known color: Gumbo. HEX triplet: 71, 84 and 82. RGB value is (113,132,130). Sum of RGB (Red+Green+Blue) = 113+132+130=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 132 - color contains mainly: green. Hex color #718482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718482 is #8E7B7D. Grayscale: #7E7E7E. Windows color (decimal): -9337726 or 8553585. OLE color: 8553585.

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

Color convert

RGB 113 132 130 -
CMYK 0.14 0 0.02 0.48
HSL 173.68º 0.08% 0.48% -
HSV(B) 173.68º 0.14% 0.52% -
XYZ 19.09 21.62 24.29 -
YUV 126.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 113 132 130 0.14 0 0.02 0.48 173.68 0.08 0.48
Hex 71 84 82 E 0 2 30 AE 8 30
Octal 161 204 202 16 0 2 60 256 10 60
Binary 1110001 10000100 10000010 1110 0 10 110000 10101110 1000 110000

Color Harmonies of #718482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718482

Black with #718482

Text Example


Text Example

White with #718482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718482; }

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

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

background-color css

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

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

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

border-color css

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

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

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