Html Css Color HEX #816675 Strikemaster

📋 copy color: '#816675'

red 129 ◦ green 102 ◦ blue 117

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

Shades of Strikemaster #816675

Tints of Strikemaster #816675

RGB

 RED value IS 129 (50.78% from 255) = 37.07%

 GREEN value IS 102 (40.23% from 255) = 29.31%

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

R = 37.07%
G = 29.31%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#816675 (or 0x816675) is known color: Strikemaster. HEX triplet: 81, 66 and 75. RGB value is (129,102,117). Sum of RGB (Red+Green+Blue) = 129+102+117=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #816675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816675 is #7E998A. Grayscale: #6F6F6F. Windows color (decimal): -8296843 or 7693953. OLE color: 7693953.

HSL color Cylindrical-coordinate representation of color #816675: hue angle of 326.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #816675 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 102 117 -
CMYK 0 0.21 0.09 0.49
HSL 326.67º 0.12% 0.45% -
HSV(B) 326.67º 0.21% 0.51% -
XYZ 17.02 15.45 18.92 -
YUV 111.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 129 102 117 0 0.21 0.09 0.49 326.67 0.12 0.45
Hex 81 66 75 0 15 9 31 147 C 2D
Octal 201 146 165 0 25 11 61 507 14 55
Binary 10000001 1100110 1110101 0 10101 1001 110001 101000111 1100 101101

Color Harmonies of #816675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816675

Black with #816675

Text Example


Text Example

White with #816675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816675; }

 p { color: rgb(129,102,117); }

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

background-color css

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

 a { background-color: rgb(129,102,117); }

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

border-color css

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

 span { border-color: rgb(129,102,117); }

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