#7B937D

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

Shades of Davy's Grey #7B937D

Tints of Davy's Grey #7B937D

Color information

#7B937D (or 0x7B937D) is unknown color: approx Davy's Grey. HEX triplet: 7B, 93 and 7D. RGB value is (123,147,125). Sum of RGB (Red+Green+Blue) = 123+147+125=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #7B937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B937D is #846C82. Grayscale: #898989. Windows color (decimal): -8678531 or 8229755. OLE color: 8229755.

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

Color convert

RGB123147125-
CMYK0.1600.150.42
HSL125º10%52.94%-
HSV(B)125º16.33%57.65%-
XYZ22.326.5623.35-
YUV137.32121.05117.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.14%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=31.14%
G=37.22%
B=31.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231471250.1600.150.421251052.94
Hex7B937D100F2A7da35
Octal17322317520017521751265
Binary1111011100100111111101100000111110101011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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