Html Css Color HEX #748796 Light Slate Grey

📋 copy color: '#748796'

red 116 ◦ green 135 ◦ blue 150

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

Shades of Light Slate Grey #748796

Tints of Light Slate Grey #748796

RGB

 RED value IS 116 (45.7% from 255) = 28.93%

 GREEN value IS 135 (53.13% from 255) = 33.67%

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

R = 28.93%
G = 33.67%
B = 37.41%

CMYK

 C value IS 0.23

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#748796 (or 0x748796) is known color: Light Slate Grey. HEX triplet: 74, 87 and 96. RGB value is (116,135,150). Sum of RGB (Red+Green+Blue) = 116+135+150=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #748796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748796 is #8B7869. Grayscale: #828282. Windows color (decimal): -9140330 or 9865076. OLE color: 9865076.

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

Color convert

RGB 116 135 150 -
CMYK 0.23 0.1 0 0.41
HSL 206.47º 0.14% 0.52% -
HSV(B) 206.47º 0.23% 0.59% -
XYZ 21.37 23.24 32.21 -
YUV 131.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 116 135 150 0.23 0.1 0 0.41 206.47 0.14 0.52
Hex 74 87 96 17 A 0 29 CE E 34
Octal 164 207 226 27 12 0 51 316 16 64
Binary 1110100 10000111 10010110 10111 1010 0 101001 11001110 1110 110100

Color Harmonies of #748796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748796

Black with #748796

Text Example


Text Example

White with #748796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748796; }

 p { color: rgb(116,135,150); }

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

background-color css

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

 a { background-color: rgb(116,135,150); }

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

border-color css

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

 span { border-color: rgb(116,135,150); }

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