Html Css Color HEX #748992 Regent Grey

📋 copy color: '#748992'

red 116 ◦ green 137 ◦ blue 146

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

Shades of Regent Grey #748992

Tints of Regent Grey #748992

RGB

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

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

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

R = 29.07%
G = 34.34%
B = 36.59%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#748992 (or 0x748992) is known color: Regent Grey. HEX triplet: 74, 89 and 92. RGB value is (116,137,146). Sum of RGB (Red+Green+Blue) = 116+137+146=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #748992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748992 is #8B766D. Grayscale: #838383. Windows color (decimal): -9139822 or 9603444. OLE color: 9603444.

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

Color convert

RGB 116 137 146 -
CMYK 0.21 0.06 0 0.43
HSL 198º 0.12% 0.51% -
HSV(B) 198º 0.21% 0.57% -
XYZ 21.34 23.68 30.64 -
YUV 131.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 116 137 146 0.21 0.06 0 0.43 198 0.12 0.51
Hex 74 89 92 15 6 0 2B C6 C 33
Octal 164 211 222 25 6 0 53 306 14 63
Binary 1110100 10001001 10010010 10101 110 0 101011 11000110 1100 110011

Color Harmonies of #748992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748992

Black with #748992

Text Example


Text Example

White with #748992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748992; }

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

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

background-color css

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

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

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

border-color css

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

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

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