Html Css Color HEX #7D887C Davy's Grey

📋 copy color: '#7D887C'

red 125 ◦ green 136 ◦ blue 124

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

Shades of Davy's Grey #7D887C

Tints of Davy's Grey #7D887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

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

R = 32.47%
G = 35.32%
B = 32.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#7D887C (or 0x7D887C) is known color: Davy's Grey. HEX triplet: 7D, 88 and 7C. RGB value is (125,136,124). Sum of RGB (Red+Green+Blue) = 125+136+124=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #7D887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D887C is #827783. Grayscale: #838383. Windows color (decimal): -8550276 or 8161405. OLE color: 8161405.

HSL color Cylindrical-coordinate representation of color #7D887C: hue angle of 115º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D887C is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 136 124 -
CMYK 0.08 0 0.09 0.47
HSL 115º 0.05% 0.51% -
HSV(B) 115º 0.09% 0.53% -
XYZ 20.9 23.42 22.49 -
YUV 131.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 125 136 124 0.08 0 0.09 0.47 115 0.05 0.51
Hex 7D 88 7C 8 0 9 2F 73 5 33
Octal 175 210 174 10 0 11 57 163 5 63
Binary 1111101 10001000 1111100 1000 0 1001 101111 1110011 101 110011

Color Harmonies of #7D887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D887C

Black with #7D887C

Text Example


Text Example

White with #7D887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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