Html Css Color HEX #7B947C Davy's Grey

📋 copy color: '#7B947C'

red 123 ◦ green 148 ◦ blue 124

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

Shades of Davy's Grey #7B947C

Tints of Davy's Grey #7B947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 31.14%
G = 37.47%
B = 31.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#7B947C (or 0x7B947C) is known color: Davy's Grey. HEX triplet: 7B, 94 and 7C. RGB value is (123,148,124). Sum of RGB (Red+Green+Blue) = 123+148+124=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #7B947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B947C is #846B83. Grayscale: #898989. Windows color (decimal): -8678276 or 8164475. OLE color: 8164475.

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

Color convert

RGB 123 148 124 -
CMYK 0.17 0 0.16 0.42
HSL 122.4º 0.1% 0.53% -
HSV(B) 122.4º 0.17% 0.58% -
XYZ 22.4 26.85 23.07 -
YUV 137.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 123 148 124 0.17 0 0.16 0.42 122.4 0.1 0.53
Hex 7B 94 7C 11 0 10 2A 7A A 35
Octal 173 224 174 21 0 20 52 172 12 65
Binary 1111011 10010100 1111100 10001 0 10000 101010 1111010 1010 110101

Color Harmonies of #7B947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B947C

Black with #7B947C

Text Example


Text Example

White with #7B947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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