Html Css Color HEX #7D9A75 Amulet

📋 copy color: '#7D9A75'

red 125 ◦ green 154 ◦ blue 117

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

Shades of Amulet #7D9A75

Tints of Amulet #7D9A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 31.57%
G = 38.89%
B = 29.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#7D9A75 (or 0x7D9A75) is known color: Amulet. HEX triplet: 7D, 9A and 75. RGB value is (125,154,117). Sum of RGB (Red+Green+Blue) = 125+154+117=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9A75 is #82658A. Grayscale: #8D8D8D. Windows color (decimal): -8545675 or 7707261. OLE color: 7707261.

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

Color convert

RGB 125 154 117 -
CMYK 0.19 0 0.24 0.40
HSL 107.03º 0.15% 0.53% -
HSV(B) 107.03º 0.24% 0.6% -
XYZ 23.22 28.76 21.16 -
YUV 141.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 125 154 117 0.19 0 0.24 0.40 107.03 0.15 0.53
Hex 7D 9A 75 13 0 18 28 6B F 35
Octal 175 232 165 23 0 30 50 153 17 65
Binary 1111101 10011010 1110101 10011 0 11000 101000 1101011 1111 110101

Color Harmonies of #7D9A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9A75

Black with #7D9A75

Text Example


Text Example

White with #7D9A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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