Html Css Color HEX #75818F Slate Grey

📋 copy color: '#75818F'

red 117 ◦ green 129 ◦ blue 143

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

Shades of Slate Grey #75818F

Tints of Slate Grey #75818F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 30.08%
G = 33.16%
B = 36.76%

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

#75818F (or 0x75818F) is known color: Slate Grey. HEX triplet: 75, 81 and 8F. RGB value is (117,129,143). Sum of RGB (Red+Green+Blue) = 117+129+143=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 143 - color contains mainly: blue. Hex color #75818F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75818F is #8A7E70. Grayscale: #7E7E7E. Windows color (decimal): -9076337 or 9404789. OLE color: 9404789.

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

Color convert

RGB 117 129 143 -
CMYK 0.18 0.10 0 0.44
HSL 212.31º 0.1% 0.51% -
HSV(B) 212.31º 0.18% 0.56% -
XYZ 20.14 21.47 29.07 -
YUV 127.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 117 129 143 0.18 0.10 0 0.44 212.31 0.1 0.51
Hex 75 81 8F 12 A 0 2C D4 A 33
Octal 165 201 217 22 12 0 54 324 12 63
Binary 1110101 10000001 10001111 10010 1010 0 101100 11010100 1010 110011

Color Harmonies of #75818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75818F

Black with #75818F

Text Example


Text Example

White with #75818F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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