Html Css Color HEX #718785 Gumbo

📋 copy color: '#718785'

red 113 ◦ green 135 ◦ blue 133

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

Shades of Gumbo #718785

Tints of Gumbo #718785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.43%

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

R = 29.66%
G = 35.43%
B = 34.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#718785 (or 0x718785) is known color: Gumbo. HEX triplet: 71, 87 and 85. RGB value is (113,135,133). Sum of RGB (Red+Green+Blue) = 113+135+133=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #718785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718785 is #8E787A. Grayscale: #808080. Windows color (decimal): -9336955 or 8750961. OLE color: 8750961.

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

Color convert

RGB 113 135 133 -
CMYK 0.16 0 0.01 0.47
HSL 174.55º 0.09% 0.49% -
HSV(B) 174.55º 0.16% 0.53% -
XYZ 19.71 22.53 25.5 -
YUV 128.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 113 135 133 0.16 0 0.01 0.47 174.55 0.09 0.49
Hex 71 87 85 10 0 1 2F AF 9 31
Octal 161 207 205 20 0 1 57 257 11 61
Binary 1110001 10000111 10000101 10000 0 1 101111 10101111 1001 110001

Color Harmonies of #718785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718785

Black with #718785

Text Example


Text Example

White with #718785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718785; }

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

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

background-color css

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

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

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

border-color css

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

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

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