Html Css Color HEX #7A786A Dove Grey

📋 copy color: '#7A786A'

red 122 ◦ green 120 ◦ blue 106

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

Shades of Dove Grey #7A786A

Tints of Dove Grey #7A786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 35.06%
G = 34.48%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A786A (or 0x7A786A) is known color: Dove Grey. HEX triplet: 7A, 78 and 6A. RGB value is (122,120,106). Sum of RGB (Red+Green+Blue) = 122+120+106=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 122 - color contains mainly: red. Hex color #7A786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A786A is #858795. Grayscale: #777777. Windows color (decimal): -8750998 or 6977658. OLE color: 6977658.

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

Color convert

RGB 122 120 106 -
CMYK 0 0.02 0.13 0.52
HSL 52.5º 0.07% 0.45% -
HSV(B) 52.5º 0.13% 0.48% -
XYZ 17.34 18.61 16.31 -
YUV 119 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 122 120 106 0 0.02 0.13 0.52 52.5 0.07 0.45
Hex 7A 78 6A 0 2 D 34 34 7 2D
Octal 172 170 152 0 2 15 64 64 7 55
Binary 1111010 1111000 1101010 0 10 1101 110100 110100 111 101101

Color Harmonies of #7A786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A786A

Black with #7A786A

Text Example


Text Example

White with #7A786A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,120,106); }

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

background-color css

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

 a { background-color: rgb(122,120,106); }

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

border-color css

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

 span { border-color: rgb(122,120,106); }

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