Html Css Color HEX #757E88 Slate Grey

📋 copy color: '#757E88'

red 117 ◦ green 126 ◦ blue 136

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

Shades of Slate Grey #757E88

Tints of Slate Grey #757E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 30.87%
G = 33.25%
B = 35.88%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#757E88 (or 0x757E88) is known color: Slate Grey. HEX triplet: 75, 7E and 88. RGB value is (117,126,136). Sum of RGB (Red+Green+Blue) = 117+126+136=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 136 - color contains mainly: blue. Hex color #757E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757E88 is #8A8177. Grayscale: #7C7C7C. Windows color (decimal): -9077112 or 8945269. OLE color: 8945269.

HSL color Cylindrical-coordinate representation of color #757E88: hue angle of 211.58º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #757E88 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 126 136 -
CMYK 0.14 0.07 0 0.47
HSL 211.58º 0.08% 0.5% -
HSV(B) 211.58º 0.14% 0.53% -
XYZ 19.24 20.48 26.23 -
YUV 124.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 117 126 136 0.14 0.07 0 0.47 211.58 0.08 0.5
Hex 75 7E 88 E 7 0 2F D4 8 32
Octal 165 176 210 16 7 0 57 324 10 62
Binary 1110101 1111110 10001000 1110 111 0 101111 11010100 1000 110010

Color Harmonies of #757E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E88

Black with #757E88

Text Example


Text Example

White with #757E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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