Html Css Color HEX #727E7F Regent Grey

📋 copy color: '#727E7F'

red 114 ◦ green 126 ◦ blue 127

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

Shades of Regent Grey #727E7F

Tints of Regent Grey #727E7F

RGB

 RED value IS 114 (44.92% from 255) = 31.06%

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

 BLUE value IS 127 (50% from 255) = 34.6%

R = 31.06%
G = 34.33%
B = 34.6%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#727E7F (or 0x727E7F) is known color: Regent Grey. HEX triplet: 72, 7E and 7F. RGB value is (114,126,127). Sum of RGB (Red+Green+Blue) = 114+126+127=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 127 - color contains mainly: blue. Hex color #727E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727E7F is #8D8180. Grayscale: #7A7A7A. Windows color (decimal): -9273729 or 8355442. OLE color: 8355442.

HSL color Cylindrical-coordinate representation of color #727E7F: hue angle of 184.62º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #727E7F is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 126 127 -
CMYK 0.10 0.01 0 0.50
HSL 184.62º 0.05% 0.47% -
HSV(B) 184.62º 0.1% 0.5% -
XYZ 18.23 20.03 22.98 -
YUV 122.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 114 126 127 0.10 0.01 0 0.50 184.62 0.05 0.47
Hex 72 7E 7F A 1 0 32 B9 5 2F
Octal 162 176 177 12 1 0 62 271 5 57
Binary 1110010 1111110 1111111 1010 1 0 110010 10111001 101 101111

Color Harmonies of #727E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E7F

Black with #727E7F

Text Example


Text Example

White with #727E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727E7F; }

 p { color: rgb(114,126,127); }

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

background-color css

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

 a { background-color: rgb(114,126,127); }

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

border-color css

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

 span { border-color: rgb(114,126,127); }

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