Html Css Color HEX #718782 Gumbo

📋 copy color: '#718782'

red 113 ◦ green 135 ◦ blue 130

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

Shades of Gumbo #718782

Tints of Gumbo #718782

RGB

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

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

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

R = 29.89%
G = 35.71%
B = 34.39%

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

#718782 (or 0x718782) is known color: Gumbo. HEX triplet: 71, 87 and 82. RGB value is (113,135,130). Sum of RGB (Red+Green+Blue) = 113+135+130=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #718782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718782 is #8E787D. Grayscale: #7F7F7F. Windows color (decimal): -9336958 or 8554353. OLE color: 8554353.

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

Color convert

RGB 113 135 130 -
CMYK 0.16 0 0.04 0.47
HSL 166.36º 0.09% 0.49% -
HSV(B) 166.36º 0.16% 0.53% -
XYZ 19.5 22.45 24.42 -
YUV 127.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 113 135 130 0.16 0 0.04 0.47 166.36 0.09 0.49
Hex 71 87 82 10 0 4 2F A6 9 31
Octal 161 207 202 20 0 4 57 246 11 61
Binary 1110001 10000111 10000010 10000 0 100 101111 10100110 1001 110001

Color Harmonies of #718782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718782

Black with #718782

Text Example


Text Example

White with #718782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718782; }

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

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

background-color css

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

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

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

border-color css

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

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

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