Html Css Color HEX #75808F Slate Grey

📋 copy color: '#75808F'

red 117 ◦ green 128 ◦ blue 143

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

Shades of Slate Grey #75808F

Tints of Slate Grey #75808F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 30.15%
G = 32.99%
B = 36.86%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75808F (or 0x75808F) is known color: Slate Grey. HEX triplet: 75, 80 and 8F. RGB value is (117,128,143). Sum of RGB (Red+Green+Blue) = 117+128+143=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 143 - color contains mainly: blue. Hex color #75808F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75808F is #8A7F70. Grayscale: #7E7E7E. Windows color (decimal): -9076593 or 9404533. OLE color: 9404533.

HSL color Cylindrical-coordinate representation of color #75808F: hue angle of 214.62º 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 #75808F is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 128 143 -
CMYK 0.18 0.10 0 0.44
HSL 214.62º 0.1% 0.51% -
HSV(B) 214.62º 0.18% 0.56% -
XYZ 20.01 21.2 29.02 -
YUV 126.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 117 128 143 0.18 0.10 0 0.44 214.62 0.1 0.51
Hex 75 80 8F 12 A 0 2C D7 A 33
Octal 165 200 217 22 12 0 54 327 12 63
Binary 1110101 10000000 10001111 10010 1010 0 101100 11010111 1010 110011

Color Harmonies of #75808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75808F

Black with #75808F

Text Example


Text Example

White with #75808F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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