Html Css Color HEX #748792 Light Slate Grey

📋 copy color: '#748792'

red 116 ◦ green 135 ◦ blue 146

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

Shades of Light Slate Grey #748792

Tints of Light Slate Grey #748792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 29.22%
G = 34.01%
B = 36.78%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748792 (or 0x748792) is known color: Light Slate Grey. HEX triplet: 74, 87 and 92. RGB value is (116,135,146). Sum of RGB (Red+Green+Blue) = 116+135+146=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #748792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748792 is #8B786D. Grayscale: #828282. Windows color (decimal): -9140334 or 9602932. OLE color: 9602932.

HSL color Cylindrical-coordinate representation of color #748792: hue angle of 202º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748792 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 135 146 -
CMYK 0.21 0.08 0 0.43
HSL 202º 0.12% 0.51% -
HSV(B) 202º 0.21% 0.57% -
XYZ 21.05 23.12 30.55 -
YUV 130.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 116 135 146 0.21 0.08 0 0.43 202 0.12 0.51
Hex 74 87 92 15 8 0 2B CA C 33
Octal 164 207 222 25 10 0 53 312 14 63
Binary 1110100 10000111 10010010 10101 1000 0 101011 11001010 1100 110011

Color Harmonies of #748792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748792

Black with #748792

Text Example


Text Example

White with #748792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748792; }

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

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

background-color css

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

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

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

border-color css

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

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

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