Html Css Color HEX #7D967C Davy's Grey

📋 copy color: '#7D967C'

red 125 ◦ green 150 ◦ blue 124

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

Shades of Davy's Grey #7D967C

Tints of Davy's Grey #7D967C

RGB

 RED value IS 125 (49.22% from 255) = 31.33%

 GREEN value IS 150 (58.98% from 255) = 37.59%

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

R = 31.33%
G = 37.59%
B = 31.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#7D967C (or 0x7D967C) is known color: Davy's Grey. HEX triplet: 7D, 96 and 7C. RGB value is (125,150,124). Sum of RGB (Red+Green+Blue) = 125+150+124=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #7D967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D967C is #826983. Grayscale: #8B8B8B. Windows color (decimal): -8546692 or 8164989. OLE color: 8164989.

HSL color Cylindrical-coordinate representation of color #7D967C: hue angle of 117.69º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D967C is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 150 124 -
CMYK 0.17 0 0.17 0.41
HSL 117.69º 0.11% 0.54% -
HSV(B) 117.69º 0.17% 0.59% -
XYZ 23 27.63 23.19 -
YUV 139.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 125 150 124 0.17 0 0.17 0.41 117.69 0.11 0.54
Hex 7D 96 7C 11 0 11 29 76 B 36
Octal 175 226 174 21 0 21 51 166 13 66
Binary 1111101 10010110 1111100 10001 0 10001 101001 1110110 1011 110110

Color Harmonies of #7D967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D967C

Black with #7D967C

Text Example


Text Example

White with #7D967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,150,124); }

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

background-color css

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

 a { background-color: rgb(125,150,124); }

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

border-color css

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

 span { border-color: rgb(125,150,124); }

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