Html Css Color HEX #888073 Schooner

📋 copy color: '#888073'

red 136 ◦ green 128 ◦ blue 115

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

Shades of Schooner #888073

Tints of Schooner #888073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 35.88%
G = 33.77%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#888073 (or 0x888073) is known color: Schooner. HEX triplet: 88, 80 and 73. RGB value is (136,128,115). Sum of RGB (Red+Green+Blue) = 136+128+115=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 136 - color contains mainly: red. Hex color #888073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888073 is #777F8C. Grayscale: #808080. Windows color (decimal): -7831437 or 7569544. OLE color: 7569544.

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

Color convert

RGB 136 128 115 -
CMYK 0 0.06 0.15 0.47
HSL 37.14º 0.08% 0.49% -
HSV(B) 37.14º 0.15% 0.53% -
XYZ 20.97 21.91 19.34 -
YUV 128.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 136 128 115 0 0.06 0.15 0.47 37.14 0.08 0.49
Hex 88 80 73 0 6 F 2F 25 8 31
Octal 210 200 163 0 6 17 57 45 10 61
Binary 10001000 10000000 1110011 0 110 1111 101111 100101 1000 110001

Color Harmonies of #888073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888073

Black with #888073

Text Example


Text Example

White with #888073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888073; }

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

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

background-color css

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

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

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

border-color css

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

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

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