Html Css Color HEX #8A8175 Schooner

📋 copy color: '#8A8175'

red 138 ◦ green 129 ◦ blue 117

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

Shades of Schooner #8A8175

Tints of Schooner #8A8175

RGB

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

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

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

R = 35.94%
G = 33.59%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A8175 (or 0x8A8175) is known color: Schooner. HEX triplet: 8A, 81 and 75. RGB value is (138,129,117). Sum of RGB (Red+Green+Blue) = 138+129+117=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8175 is #757E8A. Grayscale: #828282. Windows color (decimal): -7700107 or 7700874. OLE color: 7700874.

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

Color convert

RGB 138 129 117 -
CMYK 0 0.07 0.15 0.46
HSL 34.29º 0.08% 0.5% -
HSV(B) 34.29º 0.15% 0.54% -
XYZ 21.54 22.39 20.02 -
YUV 130.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 138 129 117 0 0.07 0.15 0.46 34.29 0.08 0.5
Hex 8A 81 75 0 7 F 2E 22 8 32
Octal 212 201 165 0 7 17 56 42 10 62
Binary 10001010 10000001 1110101 0 111 1111 101110 100010 1000 110010

Color Harmonies of #8A8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8175

Black with #8A8175

Text Example


Text Example

White with #8A8175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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