Html Css Color HEX #747A7D Regent Grey

📋 copy color: '#747A7D'

red 116 ◦ green 122 ◦ blue 125

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

Shades of Regent Grey #747A7D

Tints of Regent Grey #747A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 31.96%
G = 33.61%
B = 34.44%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#747A7D (or 0x747A7D) is known color: Regent Grey. HEX triplet: 74, 7A and 7D. RGB value is (116,122,125). Sum of RGB (Red+Green+Blue) = 116+122+125=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 125 - color contains mainly: blue. Hex color #747A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A7D is #8B8582. Grayscale: #787878. Windows color (decimal): -9143683 or 8223348. OLE color: 8223348.

HSL color Cylindrical-coordinate representation of color #747A7D: hue angle of 200º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #747A7D is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 122 125 -
CMYK 0.07 0.02 0 0.51
HSL 200º 0.04% 0.47% -
HSV(B) 200º 0.07% 0.49% -
XYZ 17.86 19.11 22.15 -
YUV 120.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 116 122 125 0.07 0.02 0 0.51 200 0.04 0.47
Hex 74 7A 7D 7 2 0 33 C8 4 2F
Octal 164 172 175 7 2 0 63 310 4 57
Binary 1110100 1111010 1111101 111 10 0 110011 11001000 100 101111

Color Harmonies of #747A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A7D

Black with #747A7D

Text Example


Text Example

White with #747A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747A7D; }

 p { color: rgb(116,122,125); }

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

background-color css

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

 a { background-color: rgb(116,122,125); }

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

border-color css

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

 span { border-color: rgb(116,122,125); }

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