Html Css Color HEX #7A8E7B Davy's Grey

📋 copy color: '#7A8E7B'

red 122 ◦ green 142 ◦ blue 123

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

Shades of Davy's Grey #7A8E7B

Tints of Davy's Grey #7A8E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.69%

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

R = 31.52%
G = 36.69%
B = 31.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#7A8E7B (or 0x7A8E7B) is known color: Davy's Grey. HEX triplet: 7A, 8E and 7B. RGB value is (122,142,123). Sum of RGB (Red+Green+Blue) = 122+142+123=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8E7B is #857184. Grayscale: #858585. Windows color (decimal): -8745349 or 8097402. OLE color: 8097402.

HSL color Cylindrical-coordinate representation of color #7A8E7B: hue angle of 123º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8E7B is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 142 123 -
CMYK 0.14 0 0.13 0.44
HSL 123º 0.08% 0.52% -
HSV(B) 123º 0.14% 0.56% -
XYZ 21.27 24.91 22.43 -
YUV 133.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 122 142 123 0.14 0 0.13 0.44 123 0.08 0.52
Hex 7A 8E 7B E 0 D 2C 7B 8 34
Octal 172 216 173 16 0 15 54 173 10 64
Binary 1111010 10001110 1111011 1110 0 1101 101100 1111011 1000 110100

Color Harmonies of #7A8E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8E7B

Black with #7A8E7B

Text Example


Text Example

White with #7A8E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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