Html Css Color HEX #747F84 Regent Grey

📋 copy color: '#747F84'

red 116 ◦ green 127 ◦ blue 132

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

Shades of Regent Grey #747F84

Tints of Regent Grey #747F84

RGB

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

 GREEN value IS 127 (50% from 255) = 33.87%

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 30.93%
G = 33.87%
B = 35.2%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747F84 (or 0x747F84) is known color: Regent Grey. HEX triplet: 74, 7F and 84. RGB value is (116,127,132). Sum of RGB (Red+Green+Blue) = 116+127+132=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #747F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747F84 is #8B807B. Grayscale: #7C7C7C. Windows color (decimal): -9142396 or 8683380. OLE color: 8683380.

HSL color Cylindrical-coordinate representation of color #747F84: hue angle of 198.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747F84 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 127 132 -
CMYK 0.12 0.04 0 0.48
HSL 198.75º 0.06% 0.49% -
HSV(B) 198.75º 0.12% 0.52% -
XYZ 18.96 20.56 24.8 -
YUV 124.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 116 127 132 0.12 0.04 0 0.48 198.75 0.06 0.49
Hex 74 7F 84 C 4 0 30 C7 6 31
Octal 164 177 204 14 4 0 60 307 6 61
Binary 1110100 1111111 10000100 1100 100 0 110000 11000111 110 110001

Color Harmonies of #747F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747F84

Black with #747F84

Text Example


Text Example

White with #747F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,127,132); }

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

background-color css

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

 a { background-color: rgb(116,127,132); }

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

border-color css

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

 span { border-color: rgb(116,127,132); }

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