Html Css Color HEX #888077 Schooner

📋 copy color: '#888077'

red 136 ◦ green 128 ◦ blue 119

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

Shades of Schooner #888077

Tints of Schooner #888077

RGB

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

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

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

R = 35.51%
G = 33.42%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#888077 (or 0x888077) is known color: Schooner. HEX triplet: 88, 80 and 77. RGB value is (136,128,119). Sum of RGB (Red+Green+Blue) = 136+128+119=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #888077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888077 is #777F88. Grayscale: #818181. Windows color (decimal): -7831433 or 7831688. OLE color: 7831688.

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

Color convert

RGB 136 128 119 -
CMYK 0 0.06 0.12 0.47
HSL 31.76º 0.07% 0.5% -
HSV(B) 31.76º 0.13% 0.53% -
XYZ 21.2 22 20.58 -
YUV 129.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 136 128 119 0 0.06 0.12 0.47 31.76 0.07 0.5
Hex 88 80 77 0 6 C 2F 20 7 32
Octal 210 200 167 0 6 14 57 40 7 62
Binary 10001000 10000000 1110111 0 110 1100 101111 100000 111 110010

Color Harmonies of #888077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888077

Black with #888077

Text Example


Text Example

White with #888077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888077; }

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

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

background-color css

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

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

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

border-color css

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

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

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