Html Css Color HEX #718F86 Gumbo

📋 copy color: '#718F86'

red 113 ◦ green 143 ◦ blue 134

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

Shades of Gumbo #718F86

Tints of Gumbo #718F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

 BLUE value IS 134 (52.73% from 255) = 34.36%

R = 28.97%
G = 36.67%
B = 34.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#718F86 (or 0x718F86) is known color: Gumbo. HEX triplet: 71, 8F and 86. RGB value is (113,143,134). Sum of RGB (Red+Green+Blue) = 113+143+134=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 143 - color contains mainly: green. Hex color #718F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F86 is #8E7079. Grayscale: #858585. Windows color (decimal): -9334906 or 8818545. OLE color: 8818545.

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

Color convert

RGB 113 143 134 -
CMYK 0.21 0 0.06 0.44
HSL 162º 0.12% 0.5% -
HSV(B) 162º 0.21% 0.56% -
XYZ 20.94 24.88 26.25 -
YUV 133 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 113 143 134 0.21 0 0.06 0.44 162 0.12 0.5
Hex 71 8F 86 15 0 6 2C A2 C 32
Octal 161 217 206 25 0 6 54 242 14 62
Binary 1110001 10001111 10000110 10101 0 110 101100 10100010 1100 110010

Color Harmonies of #718F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F86

Black with #718F86

Text Example


Text Example

White with #718F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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