Html Css Color HEX #748791 Regent Grey

📋 copy color: '#748791'

red 116 ◦ green 135 ◦ blue 145

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

Shades of Regent Grey #748791

Tints of Regent Grey #748791

RGB

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

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

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

R = 29.29%
G = 34.09%
B = 36.62%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748791 (or 0x748791) is known color: Regent Grey. HEX triplet: 74, 87 and 91. RGB value is (116,135,145). Sum of RGB (Red+Green+Blue) = 116+135+145=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #748791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748791 is #8B786E. Grayscale: #828282. Windows color (decimal): -9140335 or 9537396. OLE color: 9537396.

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

Color convert

RGB 116 135 145 -
CMYK 0.2 0.07 0 0.43
HSL 200.69º 0.12% 0.51% -
HSV(B) 200.69º 0.2% 0.57% -
XYZ 20.98 23.09 30.14 -
YUV 130.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 116 135 145 0.2 0.07 0 0.43 200.69 0.12 0.51
Hex 74 87 91 14 7 0 2B C9 C 33
Octal 164 207 221 24 7 0 53 311 14 63
Binary 1110100 10000111 10010001 10100 111 0 101011 11001001 1100 110011

Color Harmonies of #748791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748791

Black with #748791

Text Example


Text Example

White with #748791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748791; }

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

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

background-color css

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

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

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

border-color css

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

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

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