Html Css Color HEX #7A776E Dove Grey

📋 copy color: '#7A776E'

red 122 ◦ green 119 ◦ blue 110

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

Shades of Dove Grey #7A776E

Tints of Dove Grey #7A776E

RGB

 RED value IS 122 (48.05% from 255) = 34.76%

 GREEN value IS 119 (46.88% from 255) = 33.9%

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 34.76%
G = 33.9%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A776E (or 0x7A776E) is known color: Dove Grey. HEX triplet: 7A, 77 and 6E. RGB value is (122,119,110). Sum of RGB (Red+Green+Blue) = 122+119+110=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 122 - color contains mainly: red. Hex color #7A776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A776E is #858891. Grayscale: #767676. Windows color (decimal): -8751250 or 7239546. OLE color: 7239546.

HSL color Cylindrical-coordinate representation of color #7A776E: hue angle of 45º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A776E is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 119 110 -
CMYK 0 0.02 0.10 0.52
HSL 45º 0.05% 0.45% -
HSV(B) 45º 0.1% 0.48% -
XYZ 17.44 18.46 17.4 -
YUV 118.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 122 119 110 0 0.02 0.10 0.52 45 0.05 0.45
Hex 7A 77 6E 0 2 A 34 2D 5 2D
Octal 172 167 156 0 2 12 64 55 5 55
Binary 1111010 1110111 1101110 0 10 1010 110100 101101 101 101101

Color Harmonies of #7A776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A776E

Black with #7A776E

Text Example


Text Example

White with #7A776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,119,110); }

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

background-color css

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

 a { background-color: rgb(122,119,110); }

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

border-color css

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

 span { border-color: rgb(122,119,110); }

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