Html Css Color HEX #846779 Strikemaster

📋 copy color: '#846779'

red 132 ◦ green 103 ◦ blue 121

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

Shades of Strikemaster #846779

Tints of Strikemaster #846779

RGB

 RED value IS 132 (51.95% from 255) = 37.08%

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

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 37.08%
G = 28.93%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#846779 (or 0x846779) is known color: Strikemaster. HEX triplet: 84, 67 and 79. RGB value is (132,103,121). Sum of RGB (Red+Green+Blue) = 132+103+121=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #846779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846779 is #7B9886. Grayscale: #717171. Windows color (decimal): -8099975 or 7956356. OLE color: 7956356.

HSL color Cylindrical-coordinate representation of color #846779: hue angle of 322.76º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #846779 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 103 121 -
CMYK 0 0.22 0.08 0.48
HSL 322.76º 0.12% 0.46% -
HSV(B) 322.76º 0.22% 0.52% -
XYZ 17.82 15.99 20.24 -
YUV 113.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 132 103 121 0 0.22 0.08 0.48 322.76 0.12 0.46
Hex 84 67 79 0 16 8 30 143 C 2E
Octal 204 147 171 0 26 10 60 503 14 56
Binary 10000100 1100111 1111001 0 10110 1000 110000 101000011 1100 101110

Color Harmonies of #846779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846779

Black with #846779

Text Example


Text Example

White with #846779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846779; }

 p { color: rgb(132,103,121); }

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

background-color css

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

 a { background-color: rgb(132,103,121); }

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

border-color css

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

 span { border-color: rgb(132,103,121); }

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