#799A7B

Color #799A7B Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #799A7B

Tints of Davy's Grey #799A7B

Color information

#799A7B (or 0x799A7B) is unknown color: approx Davy's Grey. HEX triplet: 79, 9A and 7B. RGB value is (121,154,123). Sum of RGB (Red+Green+Blue) = 121+154+123=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 154 - color contains mainly: green. Hex color #799A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799A7B is #866584. Grayscale: #8C8C8C. Windows color (decimal): -8807813 or 8100473. OLE color: 8100473.

HSL color Cylindrical-coordinate representation of color #799A7B: hue angle of 123.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799A7B is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB121154123-
CMYK0.2100.200.40
HSL123.64º14.04%53.92%-
HSV(B)123.64º21.43%60.39%-
XYZ23.0228.6123.05-
YUV140.6118.07114.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 154 (60.55% from 255) = 38.69%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=30.40%
G=38.69%
B=30.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211541230.2100.200.40123.6414.0453.92
Hex799A7B15014287ce36
Octal17123217325024501741666
Binary11110011001101011110111010101010010100011111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799A7B; }

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

 H1.HeaderClassName
 {
   color: #799A7B;
 }
 .AnyTagClassName
 {
   color: #799A7B;
 }
</style>
background-color css

<style>
 a { background-color: #799A7B; }

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

 div.DivClassName
 {
   background-color: #799A7B;
 }
 .BgClassName
 {
   background-color: #799A7B;
 }
</style>
border-color css

<style>
 span { border-color: #799A7B; }

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

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