Html Css Color HEX #79907B Davy's Grey

📋 copy color: '#79907B'

red 121 ◦ green 144 ◦ blue 123

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

Shades of Davy's Grey #79907B

Tints of Davy's Grey #79907B

RGB

 RED value IS 121 (47.66% from 255) = 31.19%

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

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

R = 31.19%
G = 37.11%
B = 31.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#79907B (or 0x79907B) is known color: Davy's Grey. HEX triplet: 79, 90 and 7B. RGB value is (121,144,123). Sum of RGB (Red+Green+Blue) = 121+144+123=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #79907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79907B is #866F84. Grayscale: #868686. Windows color (decimal): -8810373 or 8097913. OLE color: 8097913.

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

Color convert

RGB 121 144 123 -
CMYK 0.16 0 0.15 0.44
HSL 125.22º 0.09% 0.52% -
HSV(B) 125.22º 0.16% 0.56% -
XYZ 21.43 25.44 22.52 -
YUV 134.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 121 144 123 0.16 0 0.15 0.44 125.22 0.09 0.52
Hex 79 90 7B 10 0 F 2C 7D 9 34
Octal 171 220 173 20 0 17 54 175 11 64
Binary 1111001 10010000 1111011 10000 0 1111 101100 1111101 1001 110100

Color Harmonies of #79907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79907B

Black with #79907B

Text Example


Text Example

White with #79907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79907B; }

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

 H1.HeaderClassName
 {
   color: #79907B;
 }
 .AnyTagClassName
 {
   color: #79907B;
 }
</style>

background-color css

<style>
 a { background-color: #79907B; }

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

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

border-color css

<style>
 span { border-color: #79907B; }

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

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