Html Css Color HEX #727B7D Regent Grey

📋 copy color: '#727B7D'

red 114 ◦ green 123 ◦ blue 125

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

Shades of Regent Grey #727B7D

Tints of Regent Grey #727B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.98%

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

R = 31.49%
G = 33.98%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#727B7D (or 0x727B7D) is known color: Regent Grey. HEX triplet: 72, 7B and 7D. RGB value is (114,123,125). Sum of RGB (Red+Green+Blue) = 114+123+125=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 125 - color contains mainly: blue. Hex color #727B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B7D is #8D8482. Grayscale: #787878. Windows color (decimal): -9274499 or 8223602. OLE color: 8223602.

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

Color convert

RGB 114 123 125 -
CMYK 0.09 0.02 0 0.51
HSL 190.91º 0.05% 0.47% -
HSV(B) 190.91º 0.09% 0.49% -
XYZ 17.72 19.22 22.18 -
YUV 120.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 114 123 125 0.09 0.02 0 0.51 190.91 0.05 0.47
Hex 72 7B 7D 9 2 0 33 BF 5 2F
Octal 162 173 175 11 2 0 63 277 5 57
Binary 1110010 1111011 1111101 1001 10 0 110011 10111111 101 101111

Color Harmonies of #727B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727B7D

Black with #727B7D

Text Example


Text Example

White with #727B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,123,125); }

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

background-color css

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

 a { background-color: rgb(114,123,125); }

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

border-color css

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

 span { border-color: rgb(114,123,125); }

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