Html Css Color HEX #976B85 Strikemaster

📋 copy color: '#976B85'

red 151 ◦ green 107 ◦ blue 133

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

Shades of Strikemaster #976B85

Tints of Strikemaster #976B85

RGB

 RED value IS 151 (59.38% from 255) = 38.62%

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

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 38.62%
G = 27.37%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#976B85 (or 0x976B85) is known color: Strikemaster. HEX triplet: 97, 6B and 85. RGB value is (151,107,133). Sum of RGB (Red+Green+Blue) = 151+107+133=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #976B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976B85 is #68947A. Grayscale: #7B7B7B. Windows color (decimal): -6853755 or 8743831. OLE color: 8743831.

HSL color Cylindrical-coordinate representation of color #976B85: hue angle of 324.55º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #976B85 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 107 133 -
CMYK 0 0.29 0.12 0.41
HSL 324.55º 0.17% 0.51% -
HSV(B) 324.55º 0.29% 0.59% -
XYZ 22.25 18.79 24.64 -
YUV 123.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 151 107 133 0 0.29 0.12 0.41 324.55 0.17 0.51
Hex 97 6B 85 0 1D C 29 145 11 33
Octal 227 153 205 0 35 14 51 505 21 63
Binary 10010111 1101011 10000101 0 11101 1100 101001 101000101 10001 110011

Color Harmonies of #976B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B85

Black with #976B85

Text Example


Text Example

White with #976B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976B85; }

 p { color: rgb(151,107,133); }

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

background-color css

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

 a { background-color: rgb(151,107,133); }

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

border-color css

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

 span { border-color: rgb(151,107,133); }

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