Html Css Color HEX #7B937C Davy's Grey

📋 copy color: '#7B937C'

red 123 ◦ green 147 ◦ blue 124

#7B937C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #7B937C

Tints of Davy's Grey #7B937C

RGB

 RED value IS 123 (48.44% from 255) = 31.22%

 GREEN value IS 147 (57.81% from 255) = 37.31%

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 31.22%
G = 37.31%
B = 31.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#7B937C (or 0x7B937C) is known color: Davy's Grey. HEX triplet: 7B, 93 and 7C. RGB value is (123,147,124). Sum of RGB (Red+Green+Blue) = 123+147+124=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #7B937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B937C is #846C83. Grayscale: #898989. Windows color (decimal): -8678532 or 8164219. OLE color: 8164219.

HSL color Cylindrical-coordinate representation of color #7B937C: hue angle of 122.5º 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 #7B937C is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 147 124 -
CMYK 0.16 0 0.16 0.42
HSL 122.5º 0.1% 0.53% -
HSV(B) 122.5º 0.16% 0.58% -
XYZ 22.24 26.53 23.02 -
YUV 137.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 123 147 124 0.16 0 0.16 0.42 122.5 0.1 0.53
Hex 7B 93 7C 10 0 10 2A 7B A 35
Octal 173 223 174 20 0 20 52 173 12 65
Binary 1111011 10010011 1111100 10000 0 10000 101010 1111011 1010 110101

Color Harmonies of #7B937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B937C

Black with #7B937C

Text Example


Text Example

White with #7B937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B937C;
 }
 .AnyTagClassName
 {
   color: #7B937C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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