Html Css Color HEX #748692 Slate Grey

📋 copy color: '#748692'

red 116 ◦ green 134 ◦ blue 146

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

Shades of Slate Grey #748692

Tints of Slate Grey #748692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

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

R = 29.29%
G = 33.84%
B = 36.87%

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

#748692 (or 0x748692) is known color: Slate Grey. HEX triplet: 74, 86 and 92. RGB value is (116,134,146). Sum of RGB (Red+Green+Blue) = 116+134+146=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #748692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748692 is #8B796D. Grayscale: #818181. Windows color (decimal): -9140590 or 9602676. OLE color: 9602676.

HSL color Cylindrical-coordinate representation of color #748692: hue angle of 204º 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 #748692 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 134 146 -
CMYK 0.21 0.08 0 0.43
HSL 204º 0.12% 0.51% -
HSV(B) 204º 0.21% 0.57% -
XYZ 20.92 22.84 30.5 -
YUV 129.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 116 134 146 0.21 0.08 0 0.43 204 0.12 0.51
Hex 74 86 92 15 8 0 2B CC C 33
Octal 164 206 222 25 10 0 53 314 14 63
Binary 1110100 10000110 10010010 10101 1000 0 101011 11001100 1100 110011

Color Harmonies of #748692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748692

Black with #748692

Text Example


Text Example

White with #748692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748692; }

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

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

background-color css

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

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

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

border-color css

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

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

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