#7B917C

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

Shades of Davy's Grey #7B917C

Tints of Davy's Grey #7B917C

Color information

#7B917C (or 0x7B917C) is unknown color: approx Davy's Grey. HEX triplet: 7B, 91 and 7C. RGB value is (123,145,124). Sum of RGB (Red+Green+Blue) = 123+145+124=392 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.38% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #7B917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B917C is #846E83. Grayscale: #888888. Windows color (decimal): -8679044 or 8163707. OLE color: 8163707.

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

Color convert

RGB123145124-
CMYK0.1500.140.43
HSL122.73º9.09%52.55%-
HSV(B)122.73º15.17%56.86%-
XYZ21.9325.9222.92-
YUV136.03121.21118.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.38%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=31.38%
G=36.99%
B=31.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1231451240.1500.140.43122.739.0952.55
Hex7B917CF0E2B7b935
Octal17322117417016531731165
Binary111101110010001111110011110111010101111110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,145,124); }

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

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

 a { background-color: rgb(123,145,124); }

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

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

 span { border-color: rgb(123,145,124); }

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