Html Css Color HEX #717C7F Regent Grey

📋 copy color: '#717C7F'

red 113 ◦ green 124 ◦ blue 127

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

Shades of Regent Grey #717C7F

Tints of Regent Grey #717C7F

RGB

 RED value IS 113 (44.53% from 255) = 31.04%

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

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

R = 31.04%
G = 34.07%
B = 34.89%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#717C7F (or 0x717C7F) is known color: Regent Grey. HEX triplet: 71, 7C and 7F. RGB value is (113,124,127). Sum of RGB (Red+Green+Blue) = 113+124+127=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 127 - color contains mainly: blue. Hex color #717C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717C7F is #8E8380. Grayscale: #797979. Windows color (decimal): -9339777 or 8354929. OLE color: 8354929.

HSL color Cylindrical-coordinate representation of color #717C7F: hue angle of 192.86º 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 #717C7F is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 124 127 -
CMYK 0.11 0.02 0 0.50
HSL 192.86º 0.06% 0.47% -
HSV(B) 192.86º 0.11% 0.5% -
XYZ 17.85 19.46 22.89 -
YUV 121.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 113 124 127 0.11 0.02 0 0.50 192.86 0.06 0.47
Hex 71 7C 7F B 2 0 32 C1 6 2F
Octal 161 174 177 13 2 0 62 301 6 57
Binary 1110001 1111100 1111111 1011 10 0 110010 11000001 110 101111

Color Harmonies of #717C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C7F

Black with #717C7F

Text Example


Text Example

White with #717C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717C7F; }

 p { color: rgb(113,124,127); }

 H1.HeaderClassName
 {
   color: #717C7F;
 }
 .AnyTagClassName
 {
   color: #717C7F;
 }
</style>

background-color css

<style>
 a { background-color: #717C7F; }

 a { background-color: rgb(113,124,127); }

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

border-color css

<style>
 span { border-color: #717C7F; }

 span { border-color: rgb(113,124,127); }

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