Html Css Color HEX #A76B8B Strikemaster

📋 copy color: '#A76B8B'

red 167 ◦ green 107 ◦ blue 139

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

Shades of Strikemaster #A76B8B

Tints of Strikemaster #A76B8B

RGB

 RED value IS 167 (65.63% from 255) = 40.44%

 GREEN value IS 107 (42.19% from 255) = 25.91%

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 40.44%
G = 25.91%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A76B8B (or 0xA76B8B) is known color: Strikemaster. HEX triplet: A7, 6B and 8B. RGB value is (167,107,139). Sum of RGB (Red+Green+Blue) = 167+107+139=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B8B is #589474. Grayscale: #808080. Windows color (decimal): -5805173 or 9137063. OLE color: 9137063.

HSL color Cylindrical-coordinate representation of color #A76B8B: hue angle of 328º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A76B8B is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 107 139 -
CMYK 0 0.36 0.17 0.35
HSL 328º 0.25% 0.54% -
HSV(B) 328º 0.36% 0.65% -
XYZ 25.85 20.59 27.04 -
YUV 128.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 167 107 139 0 0.36 0.17 0.35 328 0.25 0.54
Hex A7 6B 8B 0 24 11 23 148 19 36
Octal 247 153 213 0 44 21 43 510 31 66
Binary 10100111 1101011 10001011 0 100100 10001 100011 101001000 11001 110110

Color Harmonies of #A76B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B8B

Black with #A76B8B

Text Example


Text Example

White with #A76B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B8B; }

 p { color: rgb(167,107,139); }

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

background-color css

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

 a { background-color: rgb(167,107,139); }

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

border-color css

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

 span { border-color: rgb(167,107,139); }

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