Html Css Color HEX #758492 Slate Grey

📋 copy color: '#758492'

red 117 ◦ green 132 ◦ blue 146

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

Shades of Slate Grey #758492

Tints of Slate Grey #758492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 29.62%
G = 33.42%
B = 36.96%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#758492 (or 0x758492) is known color: Slate Grey. HEX triplet: 75, 84 and 92. RGB value is (117,132,146). Sum of RGB (Red+Green+Blue) = 117+132+146=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #758492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758492 is #8A7B6D. Grayscale: #818181. Windows color (decimal): -9075566 or 9602165. OLE color: 9602165.

HSL color Cylindrical-coordinate representation of color #758492: hue angle of 208.97º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758492 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 132 146 -
CMYK 0.20 0.10 0 0.43
HSL 208.97º 0.12% 0.52% -
HSV(B) 208.97º 0.2% 0.57% -
XYZ 20.78 22.36 30.42 -
YUV 129.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 117 132 146 0.20 0.10 0 0.43 208.97 0.12 0.52
Hex 75 84 92 14 A 0 2B D1 C 34
Octal 165 204 222 24 12 0 53 321 14 64
Binary 1110101 10000100 10010010 10100 1010 0 101011 11010001 1100 110100

Color Harmonies of #758492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758492

Black with #758492

Text Example


Text Example

White with #758492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758492; }

 p { color: rgb(117,132,146); }

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

background-color css

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

 a { background-color: rgb(117,132,146); }

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

border-color css

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

 span { border-color: rgb(117,132,146); }

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