Html Css Color HEX #7A8A7A Davy's Grey

📋 copy color: '#7A8A7A'

red 122 ◦ green 138 ◦ blue 122

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

Shades of Davy's Grey #7A8A7A

Tints of Davy's Grey #7A8A7A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 31.94%
G = 36.13%
B = 31.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#7A8A7A (or 0x7A8A7A) is known color: Davy's Grey. HEX triplet: 7A, 8A and 7A. RGB value is (122,138,122). Sum of RGB (Red+Green+Blue) = 122+138+122=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8A7A is #857585. Grayscale: #838383. Windows color (decimal): -8746374 or 8030842. OLE color: 8030842.

HSL color Cylindrical-coordinate representation of color #7A8A7A: hue angle of 120º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A8A7A is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 138 122 -
CMYK 0.12 0 0.12 0.46
HSL 120º 0.06% 0.51% -
HSV(B) 120º 0.12% 0.54% -
XYZ 20.63 23.72 21.9 -
YUV 131.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 122 138 122 0.12 0 0.12 0.46 120 0.06 0.51
Hex 7A 8A 7A C 0 C 2E 78 6 33
Octal 172 212 172 14 0 14 56 170 6 63
Binary 1111010 10001010 1111010 1100 0 1100 101110 1111000 110 110011

Color Harmonies of #7A8A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8A7A

Black with #7A8A7A

Text Example


Text Example

White with #7A8A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,138,122); }

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

background-color css

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

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

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

border-color css

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

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

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