Html Css Color HEX #718682 Gumbo

📋 copy color: '#718682'

red 113 ◦ green 134 ◦ blue 130

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

Shades of Gumbo #718682

Tints of Gumbo #718682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 29.97%
G = 35.54%
B = 34.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#718682 (or 0x718682) is known color: Gumbo. HEX triplet: 71, 86 and 82. RGB value is (113,134,130). Sum of RGB (Red+Green+Blue) = 113+134+130=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #718682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718682 is #8E797D. Grayscale: #7F7F7F. Windows color (decimal): -9337214 or 8554097. OLE color: 8554097.

HSL color Cylindrical-coordinate representation of color #718682: hue angle of 168.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718682 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 130 -
CMYK 0.16 0 0.03 0.47
HSL 168.57º 0.09% 0.48% -
HSV(B) 168.57º 0.16% 0.53% -
XYZ 19.36 22.17 24.38 -
YUV 127.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 113 134 130 0.16 0 0.03 0.47 168.57 0.09 0.48
Hex 71 86 82 10 0 3 2F A9 9 30
Octal 161 206 202 20 0 3 57 251 11 60
Binary 1110001 10000110 10000010 10000 0 11 101111 10101001 1001 110000

Color Harmonies of #718682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718682

Black with #718682

Text Example


Text Example

White with #718682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718682; }

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

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

background-color css

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

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

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

border-color css

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

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

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