Html Css Color HEX #888075 Schooner

📋 copy color: '#888075'

red 136 ◦ green 128 ◦ blue 117

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

Shades of Schooner #888075

Tints of Schooner #888075

RGB

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

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

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

R = 35.7%
G = 33.6%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#888075 (or 0x888075) is known color: Schooner. HEX triplet: 88, 80 and 75. RGB value is (136,128,117). Sum of RGB (Red+Green+Blue) = 136+128+117=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 136 - color contains mainly: red. Hex color #888075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888075 is #777F8A. Grayscale: #818181. Windows color (decimal): -7831435 or 7700616. OLE color: 7700616.

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

Color convert

RGB 136 128 117 -
CMYK 0 0.06 0.14 0.47
HSL 34.74º 0.08% 0.5% -
HSV(B) 34.74º 0.14% 0.53% -
XYZ 21.08 21.96 19.96 -
YUV 129.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 136 128 117 0 0.06 0.14 0.47 34.74 0.08 0.5
Hex 88 80 75 0 6 E 2F 23 8 32
Octal 210 200 165 0 6 16 57 43 10 62
Binary 10001000 10000000 1110101 0 110 1110 101111 100011 1000 110010

Color Harmonies of #888075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888075

Black with #888075

Text Example


Text Example

White with #888075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888075; }

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

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

background-color css

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

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

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

border-color css

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

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

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