Html Css Color HEX #758096 Slate Grey

📋 copy color: '#758096'

red 117 ◦ green 128 ◦ blue 150

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

Shades of Slate Grey #758096

Tints of Slate Grey #758096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 29.62%
G = 32.41%
B = 37.97%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#758096 (or 0x758096) is known color: Slate Grey. HEX triplet: 75, 80 and 96. RGB value is (117,128,150). Sum of RGB (Red+Green+Blue) = 117+128+150=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #758096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758096 is #8A7F69. Grayscale: #7F7F7F. Windows color (decimal): -9076586 or 9863285. OLE color: 9863285.

HSL color Cylindrical-coordinate representation of color #758096: hue angle of 220º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #758096 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 128 150 -
CMYK 0.22 0.15 0 0.41
HSL 220º 0.14% 0.52% -
HSV(B) 220º 0.22% 0.59% -
XYZ 20.56 21.42 31.91 -
YUV 127.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 117 128 150 0.22 0.15 0 0.41 220 0.14 0.52
Hex 75 80 96 16 F 0 29 DC E 34
Octal 165 200 226 26 17 0 51 334 16 64
Binary 1110101 10000000 10010110 10110 1111 0 101001 11011100 1110 110100

Color Harmonies of #758096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758096

Black with #758096

Text Example


Text Example

White with #758096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758096; }

 p { color: rgb(117,128,150); }

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

background-color css

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

 a { background-color: rgb(117,128,150); }

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

border-color css

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

 span { border-color: rgb(117,128,150); }

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