Html Css Color HEX #748892 Regent Grey

📋 copy color: '#748892'

red 116 ◦ green 136 ◦ blue 146

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

Shades of Regent Grey #748892

Tints of Regent Grey #748892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

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

R = 29.15%
G = 34.17%
B = 36.68%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748892 (or 0x748892) is known color: Regent Grey. HEX triplet: 74, 88 and 92. RGB value is (116,136,146). Sum of RGB (Red+Green+Blue) = 116+136+146=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 146 - color contains mainly: blue. Hex color #748892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748892 is #8B776D. Grayscale: #838383. Windows color (decimal): -9140078 or 9603188. OLE color: 9603188.

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

Color convert

RGB 116 136 146 -
CMYK 0.21 0.07 0 0.43
HSL 200º 0.12% 0.51% -
HSV(B) 200º 0.21% 0.57% -
XYZ 21.19 23.4 30.59 -
YUV 131.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 116 136 146 0.21 0.07 0 0.43 200 0.12 0.51
Hex 74 88 92 15 7 0 2B C8 C 33
Octal 164 210 222 25 7 0 53 310 14 63
Binary 1110100 10001000 10010010 10101 111 0 101011 11001000 1100 110011

Color Harmonies of #748892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748892

Black with #748892

Text Example


Text Example

White with #748892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748892; }

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

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

background-color css

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

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

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

border-color css

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

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

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