Html Css Color HEX #977585 Strikemaster

📋 copy color: '#977585'

red 151 ◦ green 117 ◦ blue 133

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

Shades of Strikemaster #977585

Tints of Strikemaster #977585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 37.66%
G = 29.18%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#977585 (or 0x977585) is known color: Strikemaster. HEX triplet: 97, 75 and 85. RGB value is (151,117,133). Sum of RGB (Red+Green+Blue) = 151+117+133=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #977585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977585 is #688A7A. Grayscale: #808080. Windows color (decimal): -6851195 or 8746391. OLE color: 8746391.

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

Color convert

RGB 151 117 133 -
CMYK 0 0.23 0.12 0.41
HSL 331.76º 0.14% 0.53% -
HSV(B) 331.76º 0.23% 0.59% -
XYZ 23.36 21 25.01 -
YUV 128.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 151 117 133 0 0.23 0.12 0.41 331.76 0.14 0.53
Hex 97 75 85 0 17 C 29 14C E 35
Octal 227 165 205 0 27 14 51 514 16 65
Binary 10010111 1110101 10000101 0 10111 1100 101001 101001100 1110 110101

Color Harmonies of #977585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977585

Black with #977585

Text Example


Text Example

White with #977585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977585; }

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

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

background-color css

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

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

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

border-color css

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

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

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