Html Css Color HEX #7D9373 Amulet

📋 copy color: '#7D9373'

red 125 ◦ green 147 ◦ blue 115

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

Shades of Amulet #7D9373

Tints of Amulet #7D9373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 32.3%
G = 37.98%
B = 29.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#7D9373 (or 0x7D9373) is known color: Amulet. HEX triplet: 7D, 93 and 73. RGB value is (125,147,115). Sum of RGB (Red+Green+Blue) = 125+147+115=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9373 is #826C8C. Grayscale: #888888. Windows color (decimal): -8547469 or 7574397. OLE color: 7574397.

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

Color convert

RGB 125 147 115 -
CMYK 0.15 0 0.22 0.42
HSL 101.25º 0.13% 0.51% -
HSV(B) 101.25º 0.22% 0.58% -
XYZ 21.99 26.47 20.17 -
YUV 136.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 125 147 115 0.15 0 0.22 0.42 101.25 0.13 0.51
Hex 7D 93 73 F 0 16 2A 65 D 33
Octal 175 223 163 17 0 26 52 145 15 63
Binary 1111101 10010011 1110011 1111 0 10110 101010 1100101 1101 110011

Color Harmonies of #7D9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9373

Black with #7D9373

Text Example


Text Example

White with #7D9373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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