Html Css Color HEX #8C8175 Schooner

📋 copy color: '#8C8175'

red 140 ◦ green 129 ◦ blue 117

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

Shades of Schooner #8C8175

Tints of Schooner #8C8175

RGB

 RED value IS 140 (55.08% from 255) = 36.27%

 GREEN value IS 129 (50.78% from 255) = 33.42%

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

R = 36.27%
G = 33.42%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C8175 (or 0x8C8175) is known color: Schooner. HEX triplet: 8C, 81 and 75. RGB value is (140,129,117). Sum of RGB (Red+Green+Blue) = 140+129+117=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8175 is #737E8A. Grayscale: #828282. Windows color (decimal): -7569035 or 7700876. OLE color: 7700876.

HSL color Cylindrical-coordinate representation of color #8C8175: hue angle of 31.3º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C8175 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 117 -
CMYK 0 0.08 0.16 0.45
HSL 31.3º 0.09% 0.5% -
HSV(B) 31.3º 0.16% 0.55% -
XYZ 21.88 22.56 20.03 -
YUV 130.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 140 129 117 0 0.08 0.16 0.45 31.3 0.09 0.5
Hex 8C 81 75 0 8 10 2D 1F 9 32
Octal 214 201 165 0 10 20 55 37 11 62
Binary 10001100 10000001 1110101 0 1000 10000 101101 11111 1001 110010

Color Harmonies of #8C8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8175

Black with #8C8175

Text Example


Text Example

White with #8C8175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,129,117); }

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

background-color css

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

 a { background-color: rgb(140,129,117); }

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

border-color css

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

 span { border-color: rgb(140,129,117); }

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