Html Css Color HEX #7D927F Davy's Grey

📋 copy color: '#7D927F'

red 125 ◦ green 146 ◦ blue 127

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

Shades of Davy's Grey #7D927F

Tints of Davy's Grey #7D927F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 31.41%
G = 36.68%
B = 31.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#7D927F (or 0x7D927F) is known color: Davy's Grey. HEX triplet: 7D, 92 and 7F. RGB value is (125,146,127). Sum of RGB (Red+Green+Blue) = 125+146+127=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #7D927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D927F is #826D80. Grayscale: #898989. Windows color (decimal): -8547713 or 8360573. OLE color: 8360573.

HSL color Cylindrical-coordinate representation of color #7D927F: hue angle of 125.71º degrees, saturation: 0.09, 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 #7D927F is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 127 -
CMYK 0.14 0 0.13 0.43
HSL 125.71º 0.09% 0.53% -
HSV(B) 125.71º 0.14% 0.57% -
XYZ 22.57 26.45 23.99 -
YUV 137.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 125 146 127 0.14 0 0.13 0.43 125.71 0.09 0.53
Hex 7D 92 7F E 0 D 2B 7E 9 35
Octal 175 222 177 16 0 15 53 176 11 65
Binary 1111101 10010010 1111111 1110 0 1101 101011 1111110 1001 110101

Color Harmonies of #7D927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D927F

Black with #7D927F

Text Example


Text Example

White with #7D927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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