Html Css Color HEX #7D8E7D Davy's Grey

📋 copy color: '#7D8E7D'

red 125 ◦ green 142 ◦ blue 125

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

Shades of Davy's Grey #7D8E7D

Tints of Davy's Grey #7D8E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.22%

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

R = 31.89%
G = 36.22%
B = 31.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#7D8E7D (or 0x7D8E7D) is known color: Davy's Grey. HEX triplet: 7D, 8E and 7D. RGB value is (125,142,125). Sum of RGB (Red+Green+Blue) = 125+142+125=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8E7D is #827182. Grayscale: #878787. Windows color (decimal): -8548739 or 8228477. OLE color: 8228477.

HSL color Cylindrical-coordinate representation of color #7D8E7D: hue angle of 120º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D8E7D is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 142 125 -
CMYK 0.12 0 0.12 0.44
HSL 120º 0.07% 0.52% -
HSV(B) 120º 0.12% 0.56% -
XYZ 21.83 25.19 23.11 -
YUV 134.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 125 142 125 0.12 0 0.12 0.44 120 0.07 0.52
Hex 7D 8E 7D C 0 C 2C 78 7 34
Octal 175 216 175 14 0 14 54 170 7 64
Binary 1111101 10001110 1111101 1100 0 1100 101100 1111000 111 110100

Color Harmonies of #7D8E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8E7D

Black with #7D8E7D

Text Example


Text Example

White with #7D8E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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