Html Css Color HEX #7D9875 Amulet

📋 copy color: '#7D9875'

red 125 ◦ green 152 ◦ blue 117

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

Shades of Amulet #7D9875

Tints of Amulet #7D9875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

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

R = 31.73%
G = 38.58%
B = 29.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#7D9875 (or 0x7D9875) is known color: Amulet. HEX triplet: 7D, 98 and 75. RGB value is (125,152,117). Sum of RGB (Red+Green+Blue) = 125+152+117=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #7D9875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9875 is #82678A. Grayscale: #8C8C8C. Windows color (decimal): -8546187 or 7706749. OLE color: 7706749.

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

Color convert

RGB 125 152 117 -
CMYK 0.18 0 0.23 0.40
HSL 106.29º 0.15% 0.53% -
HSV(B) 106.29º 0.23% 0.6% -
XYZ 22.9 28.1 21.05 -
YUV 139.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 125 152 117 0.18 0 0.23 0.40 106.29 0.15 0.53
Hex 7D 98 75 12 0 17 28 6A F 35
Octal 175 230 165 22 0 27 50 152 17 65
Binary 1111101 10011000 1110101 10010 0 10111 101000 1101010 1111 110101

Color Harmonies of #7D9875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9875

Black with #7D9875

Text Example


Text Example

White with #7D9875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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