#7B897C

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

Shades of Davy's Grey #7B897C

Tints of Davy's Grey #7B897C

Color information

#7B897C (or 0x7B897C) is unknown color: approx Davy's Grey. HEX triplet: 7B, 89 and 7C. RGB value is (123,137,124). Sum of RGB (Red+Green+Blue) = 123+137+124=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #7B897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B897C is #847683. Grayscale: #838383. Windows color (decimal): -8681092 or 8161659. OLE color: 8161659.

HSL color Cylindrical-coordinate representation of color #7B897C: hue angle of 124.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B897C is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB123137124-
CMYK0.1000.090.46
HSL124.29º5.6%50.98%-
HSV(B)124.29º10.22%53.73%-
XYZ20.7523.5622.52-
YUV131.33123.86122.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.03%
GREEN value IS 137 (53.91% from 255) = 35.68%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=32.03%
G=35.68%
B=32.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1231371240.1000.090.46124.295.650.98
Hex7B897CA092E7c633
Octal1732111741201156174663
Binary11110111000100111111001010010011011101111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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