Html Css Color HEX #7D927C Davy's Grey

📋 copy color: '#7D927C'

red 125 ◦ green 146 ◦ blue 124

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

Shades of Davy's Grey #7D927C

Tints of Davy's Grey #7D927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.96%

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

R = 31.65%
G = 36.96%
B = 31.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#7D927C (or 0x7D927C) is known color: Davy's Grey. HEX triplet: 7D, 92 and 7C. RGB value is (125,146,124). Sum of RGB (Red+Green+Blue) = 125+146+124=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #7D927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D927C is #826D83. Grayscale: #898989. Windows color (decimal): -8547716 or 8163965. OLE color: 8163965.

HSL color Cylindrical-coordinate representation of color #7D927C: hue angle of 117.27º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D927C is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 124 -
CMYK 0.14 0 0.15 0.43
HSL 117.27º 0.09% 0.53% -
HSV(B) 117.27º 0.15% 0.57% -
XYZ 22.37 26.37 22.98 -
YUV 137.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 125 146 124 0.14 0 0.15 0.43 117.27 0.09 0.53
Hex 7D 92 7C E 0 F 2B 75 9 35
Octal 175 222 174 16 0 17 53 165 11 65
Binary 1111101 10010010 1111100 1110 0 1111 101011 1110101 1001 110101

Color Harmonies of #7D927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D927C

Black with #7D927C

Text Example


Text Example

White with #7D927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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