Html Css Color HEX #8A8274 Schooner

📋 copy color: '#8A8274'

red 138 ◦ green 130 ◦ blue 116

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

Shades of Schooner #8A8274

Tints of Schooner #8A8274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 35.94%
G = 33.85%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A8274 (or 0x8A8274) is known color: Schooner. HEX triplet: 8A, 82 and 74. RGB value is (138,130,116). Sum of RGB (Red+Green+Blue) = 138+130+116=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8274 is #757D8B. Grayscale: #828282. Windows color (decimal): -7699852 or 7635594. OLE color: 7635594.

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

Color convert

RGB 138 130 116 -
CMYK 0 0.06 0.16 0.46
HSL 38.18º 0.09% 0.5% -
HSV(B) 38.18º 0.16% 0.54% -
XYZ 21.62 22.63 19.75 -
YUV 130.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 138 130 116 0 0.06 0.16 0.46 38.18 0.09 0.5
Hex 8A 82 74 0 6 10 2E 26 9 32
Octal 212 202 164 0 6 20 56 46 11 62
Binary 10001010 10000010 1110100 0 110 10000 101110 100110 1001 110010

Color Harmonies of #8A8274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8274

Black with #8A8274

Text Example


Text Example

White with #8A8274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,130,116); }

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

background-color css

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

 a { background-color: rgb(138,130,116); }

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

border-color css

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

 span { border-color: rgb(138,130,116); }

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