Html Css Color HEX #718B85 Gumbo

📋 copy color: '#718B85'

red 113 ◦ green 139 ◦ blue 133

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

Shades of Gumbo #718B85

Tints of Gumbo #718B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 29.35%
G = 36.1%
B = 34.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#718B85 (or 0x718B85) is known color: Gumbo. HEX triplet: 71, 8B and 85. RGB value is (113,139,133). Sum of RGB (Red+Green+Blue) = 113+139+133=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 139 - color contains mainly: green. Hex color #718B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718B85 is #8E747A. Grayscale: #828282. Windows color (decimal): -9335931 or 8751985. OLE color: 8751985.

HSL color Cylindrical-coordinate representation of color #718B85: hue angle of 166.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718B85 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 139 133 -
CMYK 0.19 0 0.04 0.45
HSL 166.15º 0.1% 0.49% -
HSV(B) 166.15º 0.19% 0.55% -
XYZ 20.28 23.67 25.69 -
YUV 130.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 113 139 133 0.19 0 0.04 0.45 166.15 0.1 0.49
Hex 71 8B 85 13 0 4 2D A6 A 31
Octal 161 213 205 23 0 4 55 246 12 61
Binary 1110001 10001011 10000101 10011 0 100 101101 10100110 1010 110001

Color Harmonies of #718B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B85

Black with #718B85

Text Example


Text Example

White with #718B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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