#7B957D

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

Shades of Davy's Grey #7B957D

Tints of Davy's Grey #7B957D

Color information

#7B957D (or 0x7B957D) is unknown color: approx Davy's Grey. HEX triplet: 7B, 95 and 7D. RGB value is (123,149,125). Sum of RGB (Red+Green+Blue) = 123+149+125=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #7B957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B957D is #846A82. Grayscale: #8A8A8A. Windows color (decimal): -8678019 or 8230267. OLE color: 8230267.

HSL color Cylindrical-coordinate representation of color #7B957D: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B957D is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB123149125-
CMYK0.1700.160.42
HSL124.62º10.92%53.33%-
HSV(B)124.62º17.45%58.43%-
XYZ22.6227.1923.46-
YUV138.49120.39116.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.98%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=30.98%
G=37.53%
B=31.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231491250.1700.160.42124.6210.9253.33
Hex7B957D110102A7db35
Octal17322517521020521751365
Binary11110111001010111111011000101000010101011111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,149,125); }

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

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

 a { background-color: rgb(123,149,125); }

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

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

 span { border-color: rgb(123,149,125); }

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