Html Css Color HEX #8F8775 Schooner

📋 copy color: '#8F8775'

red 143 ◦ green 135 ◦ blue 117

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

Shades of Schooner #8F8775

Tints of Schooner #8F8775

RGB

 RED value IS 143 (56.25% from 255) = 36.2%

 GREEN value IS 135 (53.13% from 255) = 34.18%

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

R = 36.2%
G = 34.18%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F8775 (or 0x8F8775) is known color: Schooner. HEX triplet: 8F, 87 and 75. RGB value is (143,135,117). Sum of RGB (Red+Green+Blue) = 143+135+117=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8775 is #70788A. Grayscale: #878787. Windows color (decimal): -7370891 or 7702415. OLE color: 7702415.

HSL color Cylindrical-coordinate representation of color #8F8775: hue angle of 41.54º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F8775 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 135 117 -
CMYK 0 0.06 0.18 0.44
HSL 41.54º 0.1% 0.51% -
HSV(B) 41.54º 0.18% 0.56% -
XYZ 23.2 24.45 20.33 -
YUV 135.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 143 135 117 0 0.06 0.18 0.44 41.54 0.1 0.51
Hex 8F 87 75 0 6 12 2C 2A A 33
Octal 217 207 165 0 6 22 54 52 12 63
Binary 10001111 10000111 1110101 0 110 10010 101100 101010 1010 110011

Color Harmonies of #8F8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8775

Black with #8F8775

Text Example


Text Example

White with #8F8775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F8775; }

 p { color: rgb(143,135,117); }

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

background-color css

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

 a { background-color: rgb(143,135,117); }

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

border-color css

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

 span { border-color: rgb(143,135,117); }

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