#7B9078

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

Shades of Davy's Grey #7B9078

Tints of Davy's Grey #7B9078

Color information

#7B9078 (or 0x7B9078) is unknown color: approx Davy's Grey. HEX triplet: 7B, 90 and 78. RGB value is (123,144,120). Sum of RGB (Red+Green+Blue) = 123+144+120=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #7B9078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9078 is #846F87. Grayscale: #878787. Windows color (decimal): -8679304 or 7901307. OLE color: 7901307.

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

Color convert

RGB123144120-
CMYK0.1500.170.44
HSL112.5º9.76%51.76%-
HSV(B)112.5º16.67%56.47%-
XYZ21.5325.5121.56-
YUV134.98119.54119.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.78%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=31.78%
G=37.21%
B=31.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1231441200.1500.170.44112.59.7651.76
Hex7B9078F0112C70a34
Octal17322017017021541601264
Binary1111011100100001111000111101000110110011100001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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