Html Css Color HEX #75828E Slate Grey

📋 copy color: '#75828E'

red 117 ◦ green 130 ◦ blue 142

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

Shades of Slate Grey #75828E

Tints of Slate Grey #75828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 30.08%
G = 33.42%
B = 36.5%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75828E (or 0x75828E) is known color: Slate Grey. HEX triplet: 75, 82 and 8E. RGB value is (117,130,142). Sum of RGB (Red+Green+Blue) = 117+130+142=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 142 - color contains mainly: blue. Hex color #75828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75828E is #8A7D71. Grayscale: #7F7F7F. Windows color (decimal): -9076082 or 9339509. OLE color: 9339509.

HSL color Cylindrical-coordinate representation of color #75828E: hue angle of 208.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75828E is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 130 142 -
CMYK 0.18 0.08 0 0.44
HSL 208.8º 0.1% 0.51% -
HSV(B) 208.8º 0.18% 0.56% -
XYZ 20.2 21.7 28.72 -
YUV 127.48 136.19 120.52 -
System Red Green Blue C M Y K H S L
Decimal 117 130 142 0.18 0.08 0 0.44 208.8 0.1 0.51
Hex 75 82 8E 12 8 0 2C D1 A 33
Octal 165 202 216 22 10 0 54 321 12 63
Binary 1110101 10000010 10001110 10010 1000 0 101100 11010001 1010 110011

Color Harmonies of #75828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75828E

Black with #75828E

Text Example


Text Example

White with #75828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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