Html Css Color HEX #718680 Gumbo

📋 copy color: '#718680'

red 113 ◦ green 134 ◦ blue 128

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

Shades of Gumbo #718680

Tints of Gumbo #718680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 30.13%
G = 35.73%
B = 34.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#718680 (or 0x718680) is known color: Gumbo. HEX triplet: 71, 86 and 80. RGB value is (113,134,128). Sum of RGB (Red+Green+Blue) = 113+134+128=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #718680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718680 is #8E797F. Grayscale: #7F7F7F. Windows color (decimal): -9337216 or 8423025. OLE color: 8423025.

HSL color Cylindrical-coordinate representation of color #718680: hue angle of 162.86º 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 #718680 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 128 -
CMYK 0.16 0 0.04 0.47
HSL 162.86º 0.09% 0.48% -
HSV(B) 162.86º 0.16% 0.53% -
XYZ 19.23 22.12 23.68 -
YUV 127.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 113 134 128 0.16 0 0.04 0.47 162.86 0.09 0.48
Hex 71 86 80 10 0 4 2F A3 9 30
Octal 161 206 200 20 0 4 57 243 11 60
Binary 1110001 10000110 10000000 10000 0 100 101111 10100011 1001 110000

Color Harmonies of #718680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718680

Black with #718680

Text Example


Text Example

White with #718680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718680; }

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

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

background-color css

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

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

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

border-color css

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

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

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