Html Css Color HEX #757F92 Slate Grey

📋 copy color: '#757F92'

red 117 ◦ green 127 ◦ blue 146

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

Shades of Slate Grey #757F92

Tints of Slate Grey #757F92

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

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

R = 30%
G = 32.56%
B = 37.44%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#757F92 (or 0x757F92) is known color: Slate Grey. HEX triplet: 75, 7F and 92. RGB value is (117,127,146). Sum of RGB (Red+Green+Blue) = 117+127+146=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #757F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F92 is #8A806D. Grayscale: #7E7E7E. Windows color (decimal): -9076846 or 9600885. OLE color: 9600885.

HSL color Cylindrical-coordinate representation of color #757F92: hue angle of 219.31º 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 #757F92 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 127 146 -
CMYK 0.20 0.13 0 0.43
HSL 219.31º 0.12% 0.52% -
HSV(B) 219.31º 0.2% 0.57% -
XYZ 20.11 21.04 30.19 -
YUV 126.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 117 127 146 0.20 0.13 0 0.43 219.31 0.12 0.52
Hex 75 7F 92 14 D 0 2B DB C 34
Octal 165 177 222 24 15 0 53 333 14 64
Binary 1110101 1111111 10010010 10100 1101 0 101011 11011011 1100 110100

Color Harmonies of #757F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F92

Black with #757F92

Text Example


Text Example

White with #757F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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