Html Css Color HEX #757D86 Slate Grey

📋 copy color: '#757D86'

red 117 ◦ green 125 ◦ blue 134

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

Shades of Slate Grey #757D86

Tints of Slate Grey #757D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 31.12%
G = 33.24%
B = 35.64%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#757D86 (or 0x757D86) is known color: Slate Grey. HEX triplet: 75, 7D and 86. RGB value is (117,125,134). Sum of RGB (Red+Green+Blue) = 117+125+134=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #757D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D86 is #8A8279. Grayscale: #7B7B7B. Windows color (decimal): -9077370 or 8813941. OLE color: 8813941.

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

Color convert

RGB 117 125 134 -
CMYK 0.13 0.07 0 0.47
HSL 211.76º 0.07% 0.49% -
HSV(B) 211.76º 0.13% 0.53% -
XYZ 18.97 20.17 25.45 -
YUV 123.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 117 125 134 0.13 0.07 0 0.47 211.76 0.07 0.49
Hex 75 7D 86 D 7 0 2F D4 7 31
Octal 165 175 206 15 7 0 57 324 7 61
Binary 1110101 1111101 10000110 1101 111 0 101111 11010100 111 110001

Color Harmonies of #757D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D86

Black with #757D86

Text Example


Text Example

White with #757D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,125,134); }

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

background-color css

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

 a { background-color: rgb(117,125,134); }

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

border-color css

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

 span { border-color: rgb(117,125,134); }

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