Html Css Color HEX #806975 Strikemaster

📋 copy color: '#806975'

red 128 ◦ green 105 ◦ blue 117

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

Shades of Strikemaster #806975

Tints of Strikemaster #806975

RGB

 RED value IS 128 (50.39% from 255) = 36.57%

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 36.57%
G = 30%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#806975 (or 0x806975) is known color: Strikemaster. HEX triplet: 80, 69 and 75. RGB value is (128,105,117). Sum of RGB (Red+Green+Blue) = 128+105+117=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #806975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806975 is #7F968A. Grayscale: #717171. Windows color (decimal): -8361611 or 7694720. OLE color: 7694720.

HSL color Cylindrical-coordinate representation of color #806975: hue angle of 328.7º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #806975 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 105 117 -
CMYK 0 0.18 0.09 0.50
HSL 328.7º 0.1% 0.46% -
HSV(B) 328.7º 0.18% 0.5% -
XYZ 17.16 15.98 19.01 -
YUV 113.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 128 105 117 0 0.18 0.09 0.50 328.7 0.1 0.46
Hex 80 69 75 0 12 9 32 149 A 2E
Octal 200 151 165 0 22 11 62 511 12 56
Binary 10000000 1101001 1110101 0 10010 1001 110010 101001001 1010 101110

Color Harmonies of #806975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806975

Black with #806975

Text Example


Text Example

White with #806975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806975; }

 p { color: rgb(128,105,117); }

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

background-color css

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

 a { background-color: rgb(128,105,117); }

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

border-color css

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

 span { border-color: rgb(128,105,117); }

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