Html Css Color HEX #757F8B Slate Grey

📋 copy color: '#757F8B'

red 117 ◦ green 127 ◦ blue 139

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

Shades of Slate Grey #757F8B

Tints of Slate Grey #757F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 30.55%
G = 33.16%
B = 36.29%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#757F8B (or 0x757F8B) is known color: Slate Grey. HEX triplet: 75, 7F and 8B. RGB value is (117,127,139). Sum of RGB (Red+Green+Blue) = 117+127+139=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #757F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F8B is #8A8074. Grayscale: #7D7D7D. Windows color (decimal): -9076853 or 9142133. OLE color: 9142133.

HSL color Cylindrical-coordinate representation of color #757F8B: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757F8B is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 127 139 -
CMYK 0.16 0.09 0 0.45
HSL 212.73º 0.09% 0.5% -
HSV(B) 212.73º 0.16% 0.55% -
XYZ 19.59 20.82 27.41 -
YUV 125.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 117 127 139 0.16 0.09 0 0.45 212.73 0.09 0.5
Hex 75 7F 8B 10 9 0 2D D5 9 32
Octal 165 177 213 20 11 0 55 325 11 62
Binary 1110101 1111111 10001011 10000 1001 0 101101 11010101 1001 110010

Color Harmonies of #757F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F8B

Black with #757F8B

Text Example


Text Example

White with #757F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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