Html Css Color HEX #758580 Gumbo

📋 copy color: '#758580'

red 117 ◦ green 133 ◦ blue 128

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

Shades of Gumbo #758580

Tints of Gumbo #758580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.19%

 BLUE value IS 128 (50.39% from 255) = 33.86%

R = 30.95%
G = 35.19%
B = 33.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#758580 (or 0x758580) is known color: Gumbo. HEX triplet: 75, 85 and 80. RGB value is (117,133,128). Sum of RGB (Red+Green+Blue) = 117+133+128=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #758580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758580 is #8A7A7F. Grayscale: #7F7F7F. Windows color (decimal): -9075328 or 8422773. OLE color: 8422773.

HSL color Cylindrical-coordinate representation of color #758580: hue angle of 161.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #758580 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 128 -
CMYK 0.12 0 0.04 0.48
HSL 161.25º 0.06% 0.49% -
HSV(B) 161.25º 0.12% 0.52% -
XYZ 19.62 22.12 23.66 -
YUV 127.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 117 133 128 0.12 0 0.04 0.48 161.25 0.06 0.49
Hex 75 85 80 C 0 4 30 A1 6 31
Octal 165 205 200 14 0 4 60 241 6 61
Binary 1110101 10000101 10000000 1100 0 100 110000 10100001 110 110001

Color Harmonies of #758580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758580

Black with #758580

Text Example


Text Example

White with #758580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758580; }

 p { color: rgb(117,133,128); }

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

background-color css

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

 a { background-color: rgb(117,133,128); }

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

border-color css

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

 span { border-color: rgb(117,133,128); }

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