Html Css Color HEX #996782 Strikemaster

📋 copy color: '#996782'

red 153 ◦ green 103 ◦ blue 130

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

Shades of Strikemaster #996782

Tints of Strikemaster #996782

RGB

 RED value IS 153 (60.16% from 255) = 39.64%

 GREEN value IS 103 (40.63% from 255) = 26.68%

 BLUE value IS 130 (51.17% from 255) = 33.68%

R = 39.64%
G = 26.68%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#996782 (or 0x996782) is known color: Strikemaster. HEX triplet: 99, 67 and 82. RGB value is (153,103,130). Sum of RGB (Red+Green+Blue) = 153+103+130=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996782 is #66987D. Grayscale: #787878. Windows color (decimal): -6723710 or 8546201. OLE color: 8546201.

HSL color Cylindrical-coordinate representation of color #996782: hue angle of 327.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996782 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 130 -
CMYK 0 0.33 0.15 0.4
HSL 327.6º 0.2% 0.5% -
HSV(B) 327.6º 0.33% 0.6% -
XYZ 22.02 18.08 23.45 -
YUV 121.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 153 103 130 0 0.33 0.15 0.4 327.6 0.2 0.5
Hex 99 67 82 0 21 F 28 148 14 32
Octal 231 147 202 0 41 17 50 510 24 62
Binary 10011001 1100111 10000010 0 100001 1111 101000 101001000 10100 110010

Color Harmonies of #996782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996782

Black with #996782

Text Example


Text Example

White with #996782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996782; }

 p { color: rgb(153,103,130); }

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

background-color css

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

 a { background-color: rgb(153,103,130); }

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

border-color css

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

 span { border-color: rgb(153,103,130); }

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