Html Css Color HEX #888076 Schooner

📋 copy color: '#888076'

red 136 ◦ green 128 ◦ blue 118

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

Shades of Schooner #888076

Tints of Schooner #888076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 35.6%
G = 33.51%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#888076 (or 0x888076) is known color: Schooner. HEX triplet: 88, 80 and 76. RGB value is (136,128,118). Sum of RGB (Red+Green+Blue) = 136+128+118=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #888076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888076 is #777F89. Grayscale: #818181. Windows color (decimal): -7831434 or 7766152. OLE color: 7766152.

HSL color Cylindrical-coordinate representation of color #888076: hue angle of 33.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888076 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 118 -
CMYK 0 0.06 0.13 0.47
HSL 33.33º 0.07% 0.5% -
HSV(B) 33.33º 0.13% 0.53% -
XYZ 21.14 21.98 20.27 -
YUV 129.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 136 128 118 0 0.06 0.13 0.47 33.33 0.07 0.5
Hex 88 80 76 0 6 D 2F 21 7 32
Octal 210 200 166 0 6 15 57 41 7 62
Binary 10001000 10000000 1110110 0 110 1101 101111 100001 111 110010

Color Harmonies of #888076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888076

Black with #888076

Text Example


Text Example

White with #888076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888076; }

 p { color: rgb(136,128,118); }

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

background-color css

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

 a { background-color: rgb(136,128,118); }

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

border-color css

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

 span { border-color: rgb(136,128,118); }

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