Html Css Color HEX #7DA777 Amulet

📋 copy color: '#7DA777'

red 125 ◦ green 167 ◦ blue 119

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

Shades of Amulet #7DA777

Tints of Amulet #7DA777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

 BLUE value IS 119 (46.88% from 255) = 28.95%

R = 30.41%
G = 40.63%
B = 28.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#7DA777 (or 0x7DA777) is known color: Amulet. HEX triplet: 7D, A7 and 77. RGB value is (125,167,119). Sum of RGB (Red+Green+Blue) = 125+167+119=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA777 is #825888. Grayscale: #959595. Windows color (decimal): -8542345 or 7841661. OLE color: 7841661.

HSL color Cylindrical-coordinate representation of color #7DA777: hue angle of 112.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DA777 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 167 119 -
CMYK 0.25 0 0.29 0.35
HSL 112.5º 0.21% 0.56% -
HSV(B) 112.5º 0.29% 0.65% -
XYZ 25.61 33.33 22.54 -
YUV 148.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 125 167 119 0.25 0 0.29 0.35 112.5 0.21 0.56
Hex 7D A7 77 19 0 1D 23 70 15 38
Octal 175 247 167 31 0 35 43 160 25 70
Binary 1111101 10100111 1110111 11001 0 11101 100011 1110000 10101 111000

Color Harmonies of #7DA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA777

Black with #7DA777

Text Example


Text Example

White with #7DA777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,167,119); }

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

background-color css

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

 a { background-color: rgb(125,167,119); }

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

border-color css

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

 span { border-color: rgb(125,167,119); }

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