Html Css Color HEX #8A8176 Schooner

📋 copy color: '#8A8176'

red 138 ◦ green 129 ◦ blue 118

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

Shades of Schooner #8A8176

Tints of Schooner #8A8176

RGB

 RED value IS 138 (54.3% from 255) = 35.84%

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

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 35.84%
G = 33.51%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A8176 (or 0x8A8176) is known color: Schooner. HEX triplet: 8A, 81 and 76. RGB value is (138,129,118). Sum of RGB (Red+Green+Blue) = 138+129+118=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8176 is #757E89. Grayscale: #828282. Windows color (decimal): -7700106 or 7766410. OLE color: 7766410.

HSL color Cylindrical-coordinate representation of color #8A8176: hue angle of 33º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A8176 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 129 118 -
CMYK 0 0.07 0.14 0.46
HSL 33º 0.08% 0.5% -
HSV(B) 33º 0.14% 0.54% -
XYZ 21.6 22.41 20.33 -
YUV 130.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 138 129 118 0 0.07 0.14 0.46 33 0.08 0.5
Hex 8A 81 76 0 7 E 2E 21 8 32
Octal 212 201 166 0 7 16 56 41 10 62
Binary 10001010 10000001 1110110 0 111 1110 101110 100001 1000 110010

Color Harmonies of #8A8176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8176

Black with #8A8176

Text Example


Text Example

White with #8A8176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,129,118); }

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

background-color css

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

 a { background-color: rgb(138,129,118); }

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

border-color css

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

 span { border-color: rgb(138,129,118); }

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