Html Css Color HEX #748993 Regent Grey

📋 copy color: '#748993'

red 116 ◦ green 137 ◦ blue 147

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

Shades of Regent Grey #748993

Tints of Regent Grey #748993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 29%
G = 34.25%
B = 36.75%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#748993 (or 0x748993) is known color: Regent Grey. HEX triplet: 74, 89 and 93. RGB value is (116,137,147). Sum of RGB (Red+Green+Blue) = 116+137+147=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 147 - color contains mainly: blue. Hex color #748993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748993 is #8B766C. Grayscale: #838383. Windows color (decimal): -9139821 or 9668980. OLE color: 9668980.

HSL color Cylindrical-coordinate representation of color #748993: hue angle of 199.35º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #748993 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 137 147 -
CMYK 0.21 0.07 0 0.42
HSL 199.35º 0.13% 0.52% -
HSV(B) 199.35º 0.21% 0.58% -
XYZ 21.41 23.71 31.05 -
YUV 131.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 116 137 147 0.21 0.07 0 0.42 199.35 0.13 0.52
Hex 74 89 93 15 7 0 2A C7 D 34
Octal 164 211 223 25 7 0 52 307 15 64
Binary 1110100 10001001 10010011 10101 111 0 101010 11000111 1101 110100

Color Harmonies of #748993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748993

Black with #748993

Text Example


Text Example

White with #748993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748993; }

 p { color: rgb(116,137,147); }

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

background-color css

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

 a { background-color: rgb(116,137,147); }

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

border-color css

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

 span { border-color: rgb(116,137,147); }

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