Html Css Color HEX #747E82 Regent Grey

📋 copy color: '#747E82'

red 116 ◦ green 126 ◦ blue 130

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

Shades of Regent Grey #747E82

Tints of Regent Grey #747E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.87%

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 31.18%
G = 33.87%
B = 34.95%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#747E82 (or 0x747E82) is known color: Regent Grey. HEX triplet: 74, 7E and 82. RGB value is (116,126,130). Sum of RGB (Red+Green+Blue) = 116+126+130=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 130 - color contains mainly: blue. Hex color #747E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747E82 is #8B817D. Grayscale: #7B7B7B. Windows color (decimal): -9142654 or 8552052. OLE color: 8552052.

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

Color convert

RGB 116 126 130 -
CMYK 0.11 0.03 0 0.49
HSL 197.14º 0.06% 0.48% -
HSV(B) 197.14º 0.11% 0.51% -
XYZ 18.69 20.25 24.04 -
YUV 123.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 116 126 130 0.11 0.03 0 0.49 197.14 0.06 0.48
Hex 74 7E 82 B 3 0 31 C5 6 30
Octal 164 176 202 13 3 0 61 305 6 60
Binary 1110100 1111110 10000010 1011 11 0 110001 11000101 110 110000

Color Harmonies of #747E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E82

Black with #747E82

Text Example


Text Example

White with #747E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,126,130); }

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

background-color css

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

 a { background-color: rgb(116,126,130); }

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

border-color css

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

 span { border-color: rgb(116,126,130); }

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