Html Css Color HEX #7B9079 Davy's Grey

📋 copy color: '#7B9079'

red 123 ◦ green 144 ◦ blue 121

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

Shades of Davy's Grey #7B9079

Tints of Davy's Grey #7B9079

RGB

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

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

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

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

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #7B9079: hue angle of 114.78º 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 #7B9079 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 144 121 -
CMYK 0.15 0 0.16 0.44
HSL 114.78º 0.09% 0.52% -
HSV(B) 114.78º 0.16% 0.56% -
XYZ 21.59 25.54 21.88 -
YUV 135.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 123 144 121 0.15 0 0.16 0.44 114.78 0.09 0.52
Hex 7B 90 79 F 0 10 2C 73 9 34
Octal 173 220 171 17 0 20 54 163 11 64
Binary 1111011 10010000 1111001 1111 0 10000 101100 1110011 1001 110100

Color Harmonies of #7B9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9079

Black with #7B9079

Text Example


Text Example

White with #7B9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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