Html Css Color HEX #758782 Gumbo

📋 copy color: '#758782'

red 117 ◦ green 135 ◦ blue 130

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

Shades of Gumbo #758782

Tints of Gumbo #758782

RGB

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

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

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

R = 30.63%
G = 35.34%
B = 34.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#758782 (or 0x758782) is known color: Gumbo. HEX triplet: 75, 87 and 82. RGB value is (117,135,130). Sum of RGB (Red+Green+Blue) = 117+135+130=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #758782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758782 is #8A787D. Grayscale: #818181. Windows color (decimal): -9074814 or 8554357. OLE color: 8554357.

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

Color convert

RGB 117 135 130 -
CMYK 0.13 0 0.04 0.47
HSL 163.33º 0.07% 0.49% -
HSV(B) 163.33º 0.13% 0.53% -
XYZ 20.03 22.72 24.45 -
YUV 129.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 117 135 130 0.13 0 0.04 0.47 163.33 0.07 0.49
Hex 75 87 82 D 0 4 2F A3 7 31
Octal 165 207 202 15 0 4 57 243 7 61
Binary 1110101 10000111 10000010 1101 0 100 101111 10100011 111 110001

Color Harmonies of #758782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758782

Black with #758782

Text Example


Text Example

White with #758782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758782; }

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

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

background-color css

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

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

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

border-color css

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

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

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