Html Css Color HEX #7B9372 Amulet

📋 copy color: '#7B9372'

red 123 ◦ green 147 ◦ blue 114

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

Shades of Amulet #7B9372

Tints of Amulet #7B9372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 32.03%
G = 38.28%
B = 29.69%

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

#7B9372 (or 0x7B9372) is known color: Amulet. HEX triplet: 7B, 93 and 72. RGB value is (123,147,114). Sum of RGB (Red+Green+Blue) = 123+147+114=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9372 is #846C8D. Grayscale: #888888. Windows color (decimal): -8678542 or 7508859. OLE color: 7508859.

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

Color convert

RGB 123 147 114 -
CMYK 0.16 0 0.22 0.42
HSL 103.64º 0.13% 0.51% -
HSV(B) 103.64º 0.22% 0.58% -
XYZ 21.64 26.29 19.85 -
YUV 136.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 123 147 114 0.16 0 0.22 0.42 103.64 0.13 0.51
Hex 7B 93 72 10 0 16 2A 68 D 33
Octal 173 223 162 20 0 26 52 150 15 63
Binary 1111011 10010011 1110010 10000 0 10110 101010 1101000 1101 110011

Color Harmonies of #7B9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9372

Black with #7B9372

Text Example


Text Example

White with #7B9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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