Html Css Color HEX #88A07C Amulet

📋 copy color: '#88A07C'

red 136 ◦ green 160 ◦ blue 124

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

Shades of Amulet #88A07C

Tints of Amulet #88A07C

RGB

 RED value IS 136 (53.52% from 255) = 32.38%

 GREEN value IS 160 (62.89% from 255) = 38.1%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 32.38%
G = 38.1%
B = 29.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#88A07C (or 0x88A07C) is known color: Amulet. HEX triplet: 88, A0 and 7C. RGB value is (136,160,124). Sum of RGB (Red+Green+Blue) = 136+160+124=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 160 - color contains mainly: green. Hex color #88A07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A07C is #775F83. Grayscale: #949494. Windows color (decimal): -7823236 or 8167560. OLE color: 8167560.

HSL color Cylindrical-coordinate representation of color #88A07C: hue angle of 100º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88A07C is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 160 124 -
CMYK 0.15 0 0.22 0.37
HSL 100º 0.16% 0.56% -
HSV(B) 100º 0.23% 0.63% -
XYZ 26.36 31.83 23.82 -
YUV 148.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 136 160 124 0.15 0 0.22 0.37 100 0.16 0.56
Hex 88 A0 7C F 0 16 25 64 10 38
Octal 210 240 174 17 0 26 45 144 20 70
Binary 10001000 10100000 1111100 1111 0 10110 100101 1100100 10000 111000

Color Harmonies of #88A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A07C

Black with #88A07C

Text Example


Text Example

White with #88A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A07C; }

 p { color: rgb(136,160,124); }

 H1.HeaderClassName
 {
   color: #88A07C;
 }
 .AnyTagClassName
 {
   color: #88A07C;
 }
</style>

background-color css

<style>
 a { background-color: #88A07C; }

 a { background-color: rgb(136,160,124); }

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

border-color css

<style>
 span { border-color: #88A07C; }

 span { border-color: rgb(136,160,124); }

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