#7B9475

Color #7B9475 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #7B9475

Tints of Amulet #7B9475

Color information

#7B9475 (or 0x7B9475) is unknown color: approx Amulet. HEX triplet: 7B, 94 and 75. RGB value is (123,148,117). Sum of RGB (Red+Green+Blue) = 123+148+117=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B9475 is #846B8A. Grayscale: #898989. Windows color (decimal): -8678283 or 7705723. OLE color: 7705723.

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

Color convert

RGB123148117-
CMYK0.1700.210.42
HSL108.39º12.65%51.96%-
HSV(B)108.39º20.95%58.04%-
XYZ21.9726.6820.82-
YUV136.99116.72118.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.70%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=31.70%
G=38.14%
B=30.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1231481170.1700.210.42108.3912.6551.96
Hex7B9475110152A6cd34
Octal17322416521025521541564
Binary11110111001010011101011000101010110101011011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,148,117); }

 H1.HeaderClassName
 {
   color: #7B9475;
 }
 .AnyTagClassName
 {
   color: #7B9475;
 }
</style>
background-color css

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

 a { background-color: rgb(123,148,117); }

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

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

 span { border-color: rgb(123,148,117); }

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