Html Css Color HEX #7F7C71 Dove Grey

📋 copy color: '#7F7C71'

red 127 ◦ green 124 ◦ blue 113

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

Shades of Dove Grey #7F7C71

Tints of Dove Grey #7F7C71

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F7C71 (or 0x7F7C71) is known color: Dove Grey. HEX triplet: 7F, 7C and 71. RGB value is (127,124,113). Sum of RGB (Red+Green+Blue) = 127+124+113=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7C71 is #80838E. Grayscale: #7B7B7B. Windows color (decimal): -8422287 or 7437439. OLE color: 7437439.

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

Color convert

RGB 127 124 113 -
CMYK 0 0.02 0.11 0.50
HSL 47.14º 0.06% 0.47% -
HSV(B) 47.14º 0.11% 0.5% -
XYZ 18.94 20.12 18.51 -
YUV 123.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 127 124 113 0 0.02 0.11 0.50 47.14 0.06 0.47
Hex 7F 7C 71 0 2 B 32 2F 6 2F
Octal 177 174 161 0 2 13 62 57 6 57
Binary 1111111 1111100 1110001 0 10 1011 110010 101111 110 101111

Color Harmonies of #7F7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7C71

Black with #7F7C71

Text Example


Text Example

White with #7F7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7C71; }

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

 H1.HeaderClassName
 {
   color: #7F7C71;
 }
 .AnyTagClassName
 {
   color: #7F7C71;
 }
</style>

background-color css

<style>
 a { background-color: #7F7C71; }

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

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

border-color css

<style>
 span { border-color: #7F7C71; }

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

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