Html Css Color HEX #7D9774 Amulet

📋 copy color: '#7D9774'

red 125 ◦ green 151 ◦ blue 116

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

Shades of Amulet #7D9774

Tints of Amulet #7D9774

RGB

 RED value IS 125 (49.22% from 255) = 31.89%

 GREEN value IS 151 (59.38% from 255) = 38.52%

 BLUE value IS 116 (45.7% from 255) = 29.59%

R = 31.89%
G = 38.52%
B = 29.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#7D9774 (or 0x7D9774) is known color: Amulet. HEX triplet: 7D, 97 and 74. RGB value is (125,151,116). Sum of RGB (Red+Green+Blue) = 125+151+116=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9774 is #82688B. Grayscale: #8B8B8B. Windows color (decimal): -8546444 or 7640957. OLE color: 7640957.

HSL color Cylindrical-coordinate representation of color #7D9774: hue angle of 104.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D9774 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 151 116 -
CMYK 0.17 0 0.23 0.41
HSL 104.57º 0.14% 0.52% -
HSV(B) 104.57º 0.23% 0.59% -
XYZ 22.68 27.75 20.68 -
YUV 139.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 125 151 116 0.17 0 0.23 0.41 104.57 0.14 0.52
Hex 7D 97 74 11 0 17 29 69 E 34
Octal 175 227 164 21 0 27 51 151 16 64
Binary 1111101 10010111 1110100 10001 0 10111 101001 1101001 1110 110100

Color Harmonies of #7D9774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9774

Black with #7D9774

Text Example


Text Example

White with #7D9774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,151,116); }

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

background-color css

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

 a { background-color: rgb(125,151,116); }

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

border-color css

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

 span { border-color: rgb(125,151,116); }

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