Html Css Color HEX #758682 Gumbo

📋 copy color: '#758682'

red 117 ◦ green 134 ◦ blue 130

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

Shades of Gumbo #758682

Tints of Gumbo #758682

RGB

 RED value IS 117 (46.09% from 255) = 30.71%

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

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

R = 30.71%
G = 35.17%
B = 34.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#758682 (or 0x758682) is known color: Gumbo. HEX triplet: 75, 86 and 82. RGB value is (117,134,130). Sum of RGB (Red+Green+Blue) = 117+134+130=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #758682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758682 is #8A797D. Grayscale: #808080. Windows color (decimal): -9075070 or 8554101. OLE color: 8554101.

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

Color convert

RGB 117 134 130 -
CMYK 0.13 0 0.03 0.47
HSL 165.88º 0.07% 0.49% -
HSV(B) 165.88º 0.13% 0.53% -
XYZ 19.89 22.44 24.4 -
YUV 128.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 117 134 130 0.13 0 0.03 0.47 165.88 0.07 0.49
Hex 75 86 82 D 0 3 2F A6 7 31
Octal 165 206 202 15 0 3 57 246 7 61
Binary 1110101 10000110 10000010 1101 0 11 101111 10100110 111 110001

Color Harmonies of #758682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758682

Black with #758682

Text Example


Text Example

White with #758682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758682; }

 p { color: rgb(117,134,130); }

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

background-color css

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

 a { background-color: rgb(117,134,130); }

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

border-color css

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

 span { border-color: rgb(117,134,130); }

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