Html Css Color HEX #7F9473 Amulet

📋 copy color: '#7F9473'

red 127 ◦ green 148 ◦ blue 115

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

Shades of Amulet #7F9473

Tints of Amulet #7F9473

RGB

 RED value IS 127 (50% from 255) = 32.56%

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

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

R = 32.56%
G = 37.95%
B = 29.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#7F9473 (or 0x7F9473) is known color: Amulet. HEX triplet: 7F, 94 and 73. RGB value is (127,148,115). Sum of RGB (Red+Green+Blue) = 127+148+115=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #7F9473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9473 is #806B8C. Grayscale: #8A8A8A. Windows color (decimal): -8416141 or 7574655. OLE color: 7574655.

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

Color convert

RGB 127 148 115 -
CMYK 0.14 0 0.22 0.42
HSL 98.18º 0.13% 0.52% -
HSV(B) 98.18º 0.22% 0.58% -
XYZ 22.44 26.93 20.24 -
YUV 137.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 127 148 115 0.14 0 0.22 0.42 98.18 0.13 0.52
Hex 7F 94 73 E 0 16 2A 62 D 34
Octal 177 224 163 16 0 26 52 142 15 64
Binary 1111111 10010100 1110011 1110 0 10110 101010 1100010 1101 110100

Color Harmonies of #7F9473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9473

Black with #7F9473

Text Example


Text Example

White with #7F9473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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