Html Css Color HEX #75808C Slate Grey

📋 copy color: '#75808C'

red 117 ◦ green 128 ◦ blue 140

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

Shades of Slate Grey #75808C

Tints of Slate Grey #75808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 30.39%
G = 33.25%
B = 36.36%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75808C (or 0x75808C) is known color: Slate Grey. HEX triplet: 75, 80 and 8C. RGB value is (117,128,140). Sum of RGB (Red+Green+Blue) = 117+128+140=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #75808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75808C is #8A7F73. Grayscale: #7E7E7E. Windows color (decimal): -9076596 or 9207925. OLE color: 9207925.

HSL color Cylindrical-coordinate representation of color #75808C: hue angle of 211.3º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75808C is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 128 140 -
CMYK 0.16 0.09 0 0.45
HSL 211.3º 0.09% 0.5% -
HSV(B) 211.3º 0.16% 0.55% -
XYZ 19.79 21.11 27.84 -
YUV 126.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 117 128 140 0.16 0.09 0 0.45 211.3 0.09 0.5
Hex 75 80 8C 10 9 0 2D D3 9 32
Octal 165 200 214 20 11 0 55 323 11 62
Binary 1110101 10000000 10001100 10000 1001 0 101101 11010011 1001 110010

Color Harmonies of #75808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75808C

Black with #75808C

Text Example


Text Example

White with #75808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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