Html Css Color HEX #836C78 Strikemaster

📋 copy color: '#836C78'

red 131 ◦ green 108 ◦ blue 120

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

Shades of Strikemaster #836C78

Tints of Strikemaster #836C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

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

R = 36.49%
G = 30.08%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#836C78 (or 0x836C78) is known color: Strikemaster. HEX triplet: 83, 6C and 78. RGB value is (131,108,120). Sum of RGB (Red+Green+Blue) = 131+108+120=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #836C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C78 is #7C9387. Grayscale: #747474. Windows color (decimal): -8164232 or 7892099. OLE color: 7892099.

HSL color Cylindrical-coordinate representation of color #836C78: hue angle of 328.7º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836C78 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 108 120 -
CMYK 0 0.18 0.08 0.49
HSL 328.7º 0.1% 0.47% -
HSV(B) 328.7º 0.18% 0.51% -
XYZ 18.11 16.91 20.08 -
YUV 116.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 131 108 120 0 0.18 0.08 0.49 328.7 0.1 0.47
Hex 83 6C 78 0 12 8 31 149 A 2F
Octal 203 154 170 0 22 10 61 511 12 57
Binary 10000011 1101100 1111000 0 10010 1000 110001 101001001 1010 101111

Color Harmonies of #836C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C78

Black with #836C78

Text Example


Text Example

White with #836C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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