Html Css Color HEX #758684 Gumbo

📋 copy color: '#758684'

red 117 ◦ green 134 ◦ blue 132

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

Shades of Gumbo #758684

Tints of Gumbo #758684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 30.55%
G = 34.99%
B = 34.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#758684 (or 0x758684) is known color: Gumbo. HEX triplet: 75, 86 and 84. RGB value is (117,134,132). Sum of RGB (Red+Green+Blue) = 117+134+132=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #758684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758684 is #8A797B. Grayscale: #808080. Windows color (decimal): -9075068 or 8685173. OLE color: 8685173.

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

Color convert

RGB 117 134 132 -
CMYK 0.13 0 0.01 0.47
HSL 172.94º 0.07% 0.49% -
HSV(B) 172.94º 0.13% 0.53% -
XYZ 20.03 22.5 25.12 -
YUV 128.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 117 134 132 0.13 0 0.01 0.47 172.94 0.07 0.49
Hex 75 86 84 D 0 1 2F AD 7 31
Octal 165 206 204 15 0 1 57 255 7 61
Binary 1110101 10000110 10000100 1101 0 1 101111 10101101 111 110001

Color Harmonies of #758684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758684

Black with #758684

Text Example


Text Example

White with #758684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758684; }

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

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

background-color css

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

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

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

border-color css

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

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

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