Html Css Color HEX #7D9473 Amulet

📋 copy color: '#7D9473'

red 125 ◦ green 148 ◦ blue 115

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

Shades of Amulet #7D9473

Tints of Amulet #7D9473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

 BLUE value IS 115 (45.31% from 255) = 29.64%

R = 32.22%
G = 38.14%
B = 29.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#7D9473 (or 0x7D9473) is known color: Amulet. HEX triplet: 7D, 94 and 73. RGB value is (125,148,115). Sum of RGB (Red+Green+Blue) = 125+148+115=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9473 is #826B8C. Grayscale: #898989. Windows color (decimal): -8547213 or 7574653. OLE color: 7574653.

HSL color Cylindrical-coordinate representation of color #7D9473: hue angle of 101.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D9473 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 148 115 -
CMYK 0.16 0 0.22 0.42
HSL 101.82º 0.13% 0.52% -
HSV(B) 101.82º 0.22% 0.58% -
XYZ 22.14 26.78 20.22 -
YUV 137.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 125 148 115 0.16 0 0.22 0.42 101.82 0.13 0.52
Hex 7D 94 73 10 0 16 2A 66 D 34
Octal 175 224 163 20 0 26 52 146 15 64
Binary 1111101 10010100 1110011 10000 0 10110 101010 1100110 1101 110100

Color Harmonies of #7D9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9473

Black with #7D9473

Text Example


Text Example

White with #7D9473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,115); }

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

background-color css

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

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

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

border-color css

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

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

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