Html Css Color HEX #7E7C74 Dove Grey

📋 copy color: '#7E7C74'

red 126 ◦ green 124 ◦ blue 116

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

Shades of Dove Grey #7E7C74

Tints of Dove Grey #7E7C74

RGB

 RED value IS 126 (49.61% from 255) = 34.43%

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

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 34.43%
G = 33.88%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7E7C74 (or 0x7E7C74) is known color: Dove Grey. HEX triplet: 7E, 7C and 74. RGB value is (126,124,116). Sum of RGB (Red+Green+Blue) = 126+124+116=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7C74 is #81838B. Grayscale: #7B7B7B. Windows color (decimal): -8487820 or 7634046. OLE color: 7634046.

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

Color convert

RGB 126 124 116 -
CMYK 0 0.02 0.08 0.51
HSL 48º 0.04% 0.47% -
HSV(B) 48º 0.08% 0.49% -
XYZ 18.96 20.11 19.41 -
YUV 123.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 126 124 116 0 0.02 0.08 0.51 48 0.04 0.47
Hex 7E 7C 74 0 2 8 33 30 4 2F
Octal 176 174 164 0 2 10 63 60 4 57
Binary 1111110 1111100 1110100 0 10 1000 110011 110000 100 101111

Color Harmonies of #7E7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7C74

Black with #7E7C74

Text Example


Text Example

White with #7E7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,124,116); }

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

background-color css

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

 a { background-color: rgb(126,124,116); }

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

border-color css

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

 span { border-color: rgb(126,124,116); }

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