Html Css Color HEX #7D917D Davy's Grey

📋 copy color: '#7D917D'

red 125 ◦ green 145 ◦ blue 125

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

Shades of Davy's Grey #7D917D

Tints of Davy's Grey #7D917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

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

R = 31.65%
G = 36.71%
B = 31.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#7D917D (or 0x7D917D) is known color: Davy's Grey. HEX triplet: 7D, 91 and 7D. RGB value is (125,145,125). Sum of RGB (Red+Green+Blue) = 125+145+125=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #7D917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D917D is #826E82. Grayscale: #888888. Windows color (decimal): -8547971 or 8229245. OLE color: 8229245.

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

Color convert

RGB 125 145 125 -
CMYK 0.14 0 0.14 0.43
HSL 120º 0.08% 0.53% -
HSV(B) 120º 0.14% 0.57% -
XYZ 22.28 26.09 23.26 -
YUV 136.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 125 145 125 0.14 0 0.14 0.43 120 0.08 0.53
Hex 7D 91 7D E 0 E 2B 78 8 35
Octal 175 221 175 16 0 16 53 170 10 65
Binary 1111101 10010001 1111101 1110 0 1110 101011 1111000 1000 110101

Color Harmonies of #7D917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D917D

Black with #7D917D

Text Example


Text Example

White with #7D917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,145,125); }

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

background-color css

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

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

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

border-color css

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

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

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