Html Css Color HEX #7D897C Davy's Grey

📋 copy color: '#7D897C'

red 125 ◦ green 137 ◦ blue 124

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

Shades of Davy's Grey #7D897C

Tints of Davy's Grey #7D897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

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

R = 32.38%
G = 35.49%
B = 32.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#7D897C (or 0x7D897C) is known color: Davy's Grey. HEX triplet: 7D, 89 and 7C. RGB value is (125,137,124). Sum of RGB (Red+Green+Blue) = 125+137+124=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #7D897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D897C is #827683. Grayscale: #838383. Windows color (decimal): -8550020 or 8161661. OLE color: 8161661.

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

Color convert

RGB 125 137 124 -
CMYK 0.09 0 0.09 0.46
HSL 115.38º 0.05% 0.51% -
HSV(B) 115.38º 0.09% 0.54% -
XYZ 21.04 23.71 22.54 -
YUV 131.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 125 137 124 0.09 0 0.09 0.46 115.38 0.05 0.51
Hex 7D 89 7C 9 0 9 2E 73 5 33
Octal 175 211 174 11 0 11 56 163 5 63
Binary 1111101 10001001 1111100 1001 0 1001 101110 1110011 101 110011

Color Harmonies of #7D897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D897C

Black with #7D897C

Text Example


Text Example

White with #7D897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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