Html Css Color HEX #748991 Regent Grey

📋 copy color: '#748991'

red 116 ◦ green 137 ◦ blue 145

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

Shades of Regent Grey #748991

Tints of Regent Grey #748991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 29.15%
G = 34.42%
B = 36.43%

CMYK

 C value IS 0.2

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748991 (or 0x748991) is known color: Regent Grey. HEX triplet: 74, 89 and 91. RGB value is (116,137,145). Sum of RGB (Red+Green+Blue) = 116+137+145=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #748991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748991 is #8B766E. Grayscale: #838383. Windows color (decimal): -9139823 or 9537908. OLE color: 9537908.

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

Color convert

RGB 116 137 145 -
CMYK 0.2 0.06 0 0.43
HSL 196.55º 0.12% 0.51% -
HSV(B) 196.55º 0.2% 0.57% -
XYZ 21.26 23.65 30.23 -
YUV 131.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 116 137 145 0.2 0.06 0 0.43 196.55 0.12 0.51
Hex 74 89 91 14 6 0 2B C5 C 33
Octal 164 211 221 24 6 0 53 305 14 63
Binary 1110100 10001001 10010001 10100 110 0 101011 11000101 1100 110011

Color Harmonies of #748991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748991

Black with #748991

Text Example


Text Example

White with #748991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748991; }

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

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

background-color css

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

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

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

border-color css

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

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

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