Html Css Color HEX #977082 Strikemaster

📋 copy color: '#977082'

red 151 ◦ green 112 ◦ blue 130

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

Shades of Strikemaster #977082

Tints of Strikemaster #977082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 38.42%
G = 28.5%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#977082 (or 0x977082) is known color: Strikemaster. HEX triplet: 97, 70 and 82. RGB value is (151,112,130). Sum of RGB (Red+Green+Blue) = 151+112+130=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #977082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977082 is #688F7D. Grayscale: #7D7D7D. Windows color (decimal): -6852478 or 8548503. OLE color: 8548503.

HSL color Cylindrical-coordinate representation of color #977082: hue angle of 332.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #977082 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 130 -
CMYK 0 0.26 0.14 0.41
HSL 332.31º 0.16% 0.52% -
HSV(B) 332.31º 0.26% 0.59% -
XYZ 22.59 19.78 23.75 -
YUV 125.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 151 112 130 0 0.26 0.14 0.41 332.31 0.16 0.52
Hex 97 70 82 0 1A E 29 14C 10 34
Octal 227 160 202 0 32 16 51 514 20 64
Binary 10010111 1110000 10000010 0 11010 1110 101001 101001100 10000 110100

Color Harmonies of #977082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977082

Black with #977082

Text Example


Text Example

White with #977082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977082; }

 p { color: rgb(151,112,130); }

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

background-color css

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

 a { background-color: rgb(151,112,130); }

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

border-color css

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

 span { border-color: rgb(151,112,130); }

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