Html Css Color HEX #7D897D Davy's Grey

📋 copy color: '#7D897D'

red 125 ◦ green 137 ◦ blue 125

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

Shades of Davy's Grey #7D897D

Tints of Davy's Grey #7D897D

RGB

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

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

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

R = 32.3%
G = 35.4%
B = 32.3%

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

#7D897D (or 0x7D897D) is known color: Davy's Grey. HEX triplet: 7D, 89 and 7D. RGB value is (125,137,125). Sum of RGB (Red+Green+Blue) = 125+137+125=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #7D897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D897D is #827682. Grayscale: #848484. Windows color (decimal): -8550019 or 8227197. OLE color: 8227197.

HSL color Cylindrical-coordinate representation of color #7D897D: hue angle of 120º 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 #7D897D is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 137 125 -
CMYK 0.09 0 0.09 0.46
HSL 120º 0.05% 0.51% -
HSV(B) 120º 0.09% 0.54% -
XYZ 21.1 23.73 22.87 -
YUV 132.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 125 137 125 0.09 0 0.09 0.46 120 0.05 0.51
Hex 7D 89 7D 9 0 9 2E 78 5 33
Octal 175 211 175 11 0 11 56 170 5 63
Binary 1111101 10001001 1111101 1001 0 1001 101110 1111000 101 110011

Color Harmonies of #7D897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D897D

Black with #7D897D

Text Example


Text Example

White with #7D897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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