Html Css Color HEX #7F9A7D Amulet

📋 copy color: '#7F9A7D'

red 127 ◦ green 154 ◦ blue 125

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

Shades of Amulet #7F9A7D

Tints of Amulet #7F9A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 31.28%
G = 37.93%
B = 30.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#7F9A7D (or 0x7F9A7D) is known color: Amulet. HEX triplet: 7F, 9A and 7D. RGB value is (127,154,125). Sum of RGB (Red+Green+Blue) = 127+154+125=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #7F9A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9A7D is #806582. Grayscale: #8E8E8E. Windows color (decimal): -8414595 or 8231551. OLE color: 8231551.

HSL color Cylindrical-coordinate representation of color #7F9A7D: hue angle of 115.86º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7F9A7D is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 154 125 -
CMYK 0.18 0 0.19 0.40
HSL 115.86º 0.13% 0.55% -
HSV(B) 115.86º 0.19% 0.6% -
XYZ 24.01 29.1 23.75 -
YUV 142.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 127 154 125 0.18 0 0.19 0.40 115.86 0.13 0.55
Hex 7F 9A 7D 12 0 13 28 74 D 37
Octal 177 232 175 22 0 23 50 164 15 67
Binary 1111111 10011010 1111101 10010 0 10011 101000 1110100 1101 110111

Color Harmonies of #7F9A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9A7D

Black with #7F9A7D

Text Example


Text Example

White with #7F9A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,154,125); }

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

background-color css

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

 a { background-color: rgb(127,154,125); }

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

border-color css

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

 span { border-color: rgb(127,154,125); }

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