Html Css Color HEX #757E91 Slate Grey

📋 copy color: '#757E91'

red 117 ◦ green 126 ◦ blue 145

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

Shades of Slate Grey #757E91

Tints of Slate Grey #757E91

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.47%

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 30.15%
G = 32.47%
B = 37.37%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#757E91 (or 0x757E91) is known color: Slate Grey. HEX triplet: 75, 7E and 91. RGB value is (117,126,145). Sum of RGB (Red+Green+Blue) = 117+126+145=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #757E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E91 is #8A816E. Grayscale: #7D7D7D. Windows color (decimal): -9077103 or 9535093. OLE color: 9535093.

HSL color Cylindrical-coordinate representation of color #757E91: hue angle of 220.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757E91 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 126 145 -
CMYK 0.19 0.13 0 0.43
HSL 220.71º 0.11% 0.51% -
HSV(B) 220.71º 0.19% 0.57% -
XYZ 19.91 20.75 29.74 -
YUV 125.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 117 126 145 0.19 0.13 0 0.43 220.71 0.11 0.51
Hex 75 7E 91 13 D 0 2B DD B 33
Octal 165 176 221 23 15 0 53 335 13 63
Binary 1110101 1111110 10010001 10011 1101 0 101011 11011101 1011 110011

Color Harmonies of #757E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E91

Black with #757E91

Text Example


Text Example

White with #757E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,126,145); }

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

background-color css

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

 a { background-color: rgb(117,126,145); }

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

border-color css

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

 span { border-color: rgb(117,126,145); }

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