Html Css Color HEX #758582 Gumbo

📋 copy color: '#758582'

red 117 ◦ green 133 ◦ blue 130

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

Shades of Gumbo #758582

Tints of Gumbo #758582

RGB

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

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

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

R = 30.79%
G = 35%
B = 34.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#758582 (or 0x758582) is known color: Gumbo. HEX triplet: 75, 85 and 82. RGB value is (117,133,130). Sum of RGB (Red+Green+Blue) = 117+133+130=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 133 - color contains mainly: green. Hex color #758582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758582 is #8A7A7D. Grayscale: #7F7F7F. Windows color (decimal): -9075326 or 8553845. OLE color: 8553845.

HSL color Cylindrical-coordinate representation of color #758582: hue angle of 168.75º 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 #758582 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 130 -
CMYK 0.12 0 0.02 0.48
HSL 168.75º 0.06% 0.49% -
HSV(B) 168.75º 0.12% 0.52% -
XYZ 19.75 22.17 24.36 -
YUV 127.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 117 133 130 0.12 0 0.02 0.48 168.75 0.06 0.49
Hex 75 85 82 C 0 2 30 A9 6 31
Octal 165 205 202 14 0 2 60 251 6 61
Binary 1110101 10000101 10000010 1100 0 10 110000 10101001 110 110001

Color Harmonies of #758582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758582

Black with #758582

Text Example


Text Example

White with #758582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758582; }

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

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

background-color css

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

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

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

border-color css

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

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

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