Html Css Color HEX #7F957B Amulet

📋 copy color: '#7F957B'

red 127 ◦ green 149 ◦ blue 123

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

Shades of Amulet #7F957B

Tints of Amulet #7F957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 123 (48.44% from 255) = 30.83%

R = 31.83%
G = 37.34%
B = 30.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#7F957B (or 0x7F957B) is known color: Amulet. HEX triplet: 7F, 95 and 7B. RGB value is (127,149,123). Sum of RGB (Red+Green+Blue) = 127+149+123=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #7F957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F957B is #806A84. Grayscale: #8B8B8B. Windows color (decimal): -8415877 or 8099199. OLE color: 8099199.

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

Color convert

RGB 127 149 123 -
CMYK 0.15 0 0.17 0.42
HSL 110.77º 0.11% 0.53% -
HSV(B) 110.77º 0.17% 0.58% -
XYZ 23.08 27.44 22.82 -
YUV 139.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 127 149 123 0.15 0 0.17 0.42 110.77 0.11 0.53
Hex 7F 95 7B F 0 11 2A 6F B 35
Octal 177 225 173 17 0 21 52 157 13 65
Binary 1111111 10010101 1111011 1111 0 10001 101010 1101111 1011 110101

Color Harmonies of #7F957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F957B

Black with #7F957B

Text Example


Text Example

White with #7F957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,149,123); }

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

background-color css

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

 a { background-color: rgb(127,149,123); }

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

border-color css

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

 span { border-color: rgb(127,149,123); }

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