Html Css Color HEX #7B947D Davy's Grey

📋 copy color: '#7B947D'

red 123 ◦ green 148 ◦ blue 125

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

Shades of Davy's Grey #7B947D

Tints of Davy's Grey #7B947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 31.06%
G = 37.37%
B = 31.57%

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

#7B947D (or 0x7B947D) is known color: Davy's Grey. HEX triplet: 7B, 94 and 7D. RGB value is (123,148,125). Sum of RGB (Red+Green+Blue) = 123+148+125=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #7B947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B947D is #846B82. Grayscale: #898989. Windows color (decimal): -8678275 or 8230011. OLE color: 8230011.

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

Color convert

RGB 123 148 125 -
CMYK 0.17 0 0.16 0.42
HSL 124.8º 0.1% 0.53% -
HSV(B) 124.8º 0.17% 0.58% -
XYZ 22.46 26.87 23.4 -
YUV 137.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 123 148 125 0.17 0 0.16 0.42 124.8 0.1 0.53
Hex 7B 94 7D 11 0 10 2A 7D A 35
Octal 173 224 175 21 0 20 52 175 12 65
Binary 1111011 10010100 1111101 10001 0 10000 101010 1111101 1010 110101

Color Harmonies of #7B947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B947D

Black with #7B947D

Text Example


Text Example

White with #7B947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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