Html Css Color HEX #748797 Light Slate Grey

📋 copy color: '#748797'

red 116 ◦ green 135 ◦ blue 151

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

Shades of Light Slate Grey #748797

Tints of Light Slate Grey #748797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.56%

R = 28.86%
G = 33.58%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#748797 (or 0x748797) is known color: Light Slate Grey. HEX triplet: 74, 87 and 97. RGB value is (116,135,151). Sum of RGB (Red+Green+Blue) = 116+135+151=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 151 - color contains mainly: blue. Hex color #748797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748797 is #8B7868. Grayscale: #838383. Windows color (decimal): -9140329 or 9930612. OLE color: 9930612.

HSL color Cylindrical-coordinate representation of color #748797: hue angle of 207.43º 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 #748797 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 135 151 -
CMYK 0.23 0.11 0 0.41
HSL 207.43º 0.14% 0.52% -
HSV(B) 207.43º 0.23% 0.59% -
XYZ 21.45 23.28 32.64 -
YUV 131.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 116 135 151 0.23 0.11 0 0.41 207.43 0.14 0.52
Hex 74 87 97 17 B 0 29 CF E 34
Octal 164 207 227 27 13 0 51 317 16 64
Binary 1110100 10000111 10010111 10111 1011 0 101001 11001111 1110 110100

Color Harmonies of #748797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748797

Black with #748797

Text Example


Text Example

White with #748797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748797; }

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

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

background-color css

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

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

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

border-color css

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

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

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