Html Css Color HEX #889277 Sage

📋 copy color: '#889277'

red 136 ◦ green 146 ◦ blue 119

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

Shades of Sage #889277

Tints of Sage #889277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

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

R = 33.92%
G = 36.41%
B = 29.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#889277 (or 0x889277) is known color: Sage. HEX triplet: 88, 92 and 77. RGB value is (136,146,119). Sum of RGB (Red+Green+Blue) = 136+146+119=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #889277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889277 is #776D88. Grayscale: #8C8C8C. Windows color (decimal): -7826825 or 7836296. OLE color: 7836296.

HSL color Cylindrical-coordinate representation of color #889277: hue angle of 82.22º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #889277 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 119 -
CMYK 0.07 0 0.18 0.43
HSL 82.22º 0.11% 0.52% -
HSV(B) 82.22º 0.18% 0.57% -
XYZ 23.76 27.12 21.44 -
YUV 139.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 136 146 119 0.07 0 0.18 0.43 82.22 0.11 0.52
Hex 88 92 77 7 0 12 2B 52 B 34
Octal 210 222 167 7 0 22 53 122 13 64
Binary 10001000 10010010 1110111 111 0 10010 101011 1010010 1011 110100

Color Harmonies of #889277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889277

Black with #889277

Text Example


Text Example

White with #889277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889277; }

 p { color: rgb(136,146,119); }

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

background-color css

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

 a { background-color: rgb(136,146,119); }

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

border-color css

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

 span { border-color: rgb(136,146,119); }

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