Html Css Color HEX #727C80 Regent Grey

📋 copy color: '#727C80'

red 114 ◦ green 124 ◦ blue 128

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

Shades of Regent Grey #727C80

Tints of Regent Grey #727C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

 BLUE value IS 128 (50.39% from 255) = 34.97%

R = 31.15%
G = 33.88%
B = 34.97%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#727C80 (or 0x727C80) is known color: Regent Grey. HEX triplet: 72, 7C and 80. RGB value is (114,124,128). Sum of RGB (Red+Green+Blue) = 114+124+128=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 128 - color contains mainly: blue. Hex color #727C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727C80 is #8D837F. Grayscale: #797979. Windows color (decimal): -9274240 or 8420466. OLE color: 8420466.

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

Color convert

RGB 114 124 128 -
CMYK 0.11 0.03 0 0.50
HSL 197.14º 0.06% 0.47% -
HSV(B) 197.14º 0.11% 0.5% -
XYZ 18.04 19.55 23.24 -
YUV 121.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 114 124 128 0.11 0.03 0 0.50 197.14 0.06 0.47
Hex 72 7C 80 B 3 0 32 C5 6 2F
Octal 162 174 200 13 3 0 62 305 6 57
Binary 1110010 1111100 10000000 1011 11 0 110010 11000101 110 101111

Color Harmonies of #727C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C80

Black with #727C80

Text Example


Text Example

White with #727C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,124,128); }

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

background-color css

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

 a { background-color: rgb(114,124,128); }

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

border-color css

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

 span { border-color: rgb(114,124,128); }

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