Html Css Color HEX #7F7C72 Dove Grey

📋 copy color: '#7F7C72'

red 127 ◦ green 124 ◦ blue 114

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

Shades of Dove Grey #7F7C72

Tints of Dove Grey #7F7C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 34.79%
G = 33.97%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#7F7C72 (or 0x7F7C72) is known color: Dove Grey. HEX triplet: 7F, 7C and 72. RGB value is (127,124,114). Sum of RGB (Red+Green+Blue) = 127+124+114=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7C72 is #80838D. Grayscale: #7B7B7B. Windows color (decimal): -8422286 or 7502975. OLE color: 7502975.

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

Color convert

RGB 127 124 114 -
CMYK 0 0.02 0.10 0.50
HSL 46.15º 0.05% 0.47% -
HSV(B) 46.15º 0.1% 0.5% -
XYZ 19 20.14 18.81 -
YUV 123.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 127 124 114 0 0.02 0.10 0.50 46.15 0.05 0.47
Hex 7F 7C 72 0 2 A 32 2E 5 2F
Octal 177 174 162 0 2 12 62 56 5 57
Binary 1111111 1111100 1110010 0 10 1010 110010 101110 101 101111

Color Harmonies of #7F7C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7C72

Black with #7F7C72

Text Example


Text Example

White with #7F7C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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