Html Css Color HEX #836978 Strikemaster

📋 copy color: '#836978'

red 131 ◦ green 105 ◦ blue 120

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

Shades of Strikemaster #836978

Tints of Strikemaster #836978

RGB

 RED value IS 131 (51.56% from 255) = 36.8%

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

 BLUE value IS 120 (47.27% from 255) = 33.71%

R = 36.8%
G = 29.49%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#836978 (or 0x836978) is known color: Strikemaster. HEX triplet: 83, 69 and 78. RGB value is (131,105,120). Sum of RGB (Red+Green+Blue) = 131+105+120=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #836978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836978 is #7C9687. Grayscale: #727272. Windows color (decimal): -8165000 or 7891331. OLE color: 7891331.

HSL color Cylindrical-coordinate representation of color #836978: hue angle of 325.38º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #836978 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 105 120 -
CMYK 0 0.20 0.08 0.49
HSL 325.38º 0.11% 0.46% -
HSV(B) 325.38º 0.2% 0.51% -
XYZ 17.8 16.28 19.97 -
YUV 114.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 131 105 120 0 0.20 0.08 0.49 325.38 0.11 0.46
Hex 83 69 78 0 14 8 31 145 B 2E
Octal 203 151 170 0 24 10 61 505 13 56
Binary 10000011 1101001 1111000 0 10100 1000 110001 101000101 1011 101110

Color Harmonies of #836978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836978

Black with #836978

Text Example


Text Example

White with #836978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836978; }

 p { color: rgb(131,105,120); }

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

background-color css

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

 a { background-color: rgb(131,105,120); }

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

border-color css

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

 span { border-color: rgb(131,105,120); }

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