Html Css Color HEX #889B75 Amulet

📋 copy color: '#889B75'

red 136 ◦ green 155 ◦ blue 117

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

Shades of Amulet #889B75

Tints of Amulet #889B75

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.99%

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

R = 33.33%
G = 37.99%
B = 28.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#889B75 (or 0x889B75) is known color: Amulet. HEX triplet: 88, 9B and 75. RGB value is (136,155,117). Sum of RGB (Red+Green+Blue) = 136+155+117=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 155 - color contains mainly: green. Hex color #889B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889B75 is #77648A. Grayscale: #919191. Windows color (decimal): -7824523 or 7707528. OLE color: 7707528.

HSL color Cylindrical-coordinate representation of color #889B75: hue angle of 90º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #889B75 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 155 117 -
CMYK 0.12 0 0.25 0.39
HSL 90º 0.16% 0.53% -
HSV(B) 90º 0.25% 0.61% -
XYZ 25.09 29.96 21.29 -
YUV 144.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 136 155 117 0.12 0 0.25 0.39 90 0.16 0.53
Hex 88 9B 75 C 0 19 27 5A 10 35
Octal 210 233 165 14 0 31 47 132 20 65
Binary 10001000 10011011 1110101 1100 0 11001 100111 1011010 10000 110101

Color Harmonies of #889B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B75

Black with #889B75

Text Example


Text Example

White with #889B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889B75; }

 p { color: rgb(136,155,117); }

 H1.HeaderClassName
 {
   color: #889B75;
 }
 .AnyTagClassName
 {
   color: #889B75;
 }
</style>

background-color css

<style>
 a { background-color: #889B75; }

 a { background-color: rgb(136,155,117); }

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

border-color css

<style>
 span { border-color: #889B75; }

 span { border-color: rgb(136,155,117); }

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