Html Css Color HEX #7B9373 Amulet

📋 copy color: '#7B9373'

red 123 ◦ green 147 ◦ blue 115

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

Shades of Amulet #7B9373

Tints of Amulet #7B9373

RGB

 RED value IS 123 (48.44% from 255) = 31.95%

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

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

R = 31.95%
G = 38.18%
B = 29.87%

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

#7B9373 (or 0x7B9373) is known color: Amulet. HEX triplet: 7B, 93 and 73. RGB value is (123,147,115). Sum of RGB (Red+Green+Blue) = 123+147+115=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9373 is #846C8C. Grayscale: #888888. Windows color (decimal): -8678541 or 7574395. OLE color: 7574395.

HSL color Cylindrical-coordinate representation of color #7B9373: hue angle of 105º 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 #7B9373 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 147 115 -
CMYK 0.16 0 0.22 0.42
HSL 105º 0.13% 0.51% -
HSV(B) 105º 0.22% 0.58% -
XYZ 21.7 26.32 20.16 -
YUV 136.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 123 147 115 0.16 0 0.22 0.42 105 0.13 0.51
Hex 7B 93 73 10 0 16 2A 69 D 33
Octal 173 223 163 20 0 26 52 151 15 63
Binary 1111011 10010011 1110011 10000 0 10110 101010 1101001 1101 110011

Color Harmonies of #7B9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9373

Black with #7B9373

Text Example


Text Example

White with #7B9373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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