Html Css Color HEX #7A907B Davy's Grey

📋 copy color: '#7A907B'

red 122 ◦ green 144 ◦ blue 123

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

Shades of Davy's Grey #7A907B

Tints of Davy's Grey #7A907B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.02%

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

R = 31.36%
G = 37.02%
B = 31.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#7A907B (or 0x7A907B) is known color: Davy's Grey. HEX triplet: 7A, 90 and 7B. RGB value is (122,144,123). Sum of RGB (Red+Green+Blue) = 122+144+123=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #7A907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A907B is #856F84. Grayscale: #878787. Windows color (decimal): -8744837 or 8097914. OLE color: 8097914.

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

Color convert

RGB 122 144 123 -
CMYK 0.15 0 0.15 0.44
HSL 122.73º 0.09% 0.52% -
HSV(B) 122.73º 0.15% 0.56% -
XYZ 21.57 25.51 22.53 -
YUV 135.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 122 144 123 0.15 0 0.15 0.44 122.73 0.09 0.52
Hex 7A 90 7B F 0 F 2C 7B 9 34
Octal 172 220 173 17 0 17 54 173 11 64
Binary 1111010 10010000 1111011 1111 0 1111 101100 1111011 1001 110100

Color Harmonies of #7A907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A907B

Black with #7A907B

Text Example


Text Example

White with #7A907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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