Html Css Color HEX #7A8A7B Davy's Grey

📋 copy color: '#7A8A7B'

red 122 ◦ green 138 ◦ blue 123

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

Shades of Davy's Grey #7A8A7B

Tints of Davy's Grey #7A8A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 31.85%
G = 36.03%
B = 32.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#7A8A7B (or 0x7A8A7B) is known color: Davy's Grey. HEX triplet: 7A, 8A and 7B. RGB value is (122,138,123). Sum of RGB (Red+Green+Blue) = 122+138+123=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8A7B is #857584. Grayscale: #838383. Windows color (decimal): -8746373 or 8096378. OLE color: 8096378.

HSL color Cylindrical-coordinate representation of color #7A8A7B: hue angle of 123.75º 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 #7A8A7B is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 138 123 -
CMYK 0.12 0 0.11 0.46
HSL 123.75º 0.06% 0.51% -
HSV(B) 123.75º 0.12% 0.54% -
XYZ 20.69 23.74 22.23 -
YUV 131.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 122 138 123 0.12 0 0.11 0.46 123.75 0.06 0.51
Hex 7A 8A 7B C 0 B 2E 7C 6 33
Octal 172 212 173 14 0 13 56 174 6 63
Binary 1111010 10001010 1111011 1100 0 1011 101110 1111100 110 110011

Color Harmonies of #7A8A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8A7B

Black with #7A8A7B

Text Example


Text Example

White with #7A8A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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