Html Css Color HEX #97677C Strikemaster

📋 copy color: '#97677C'

red 151 ◦ green 103 ◦ blue 124

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

Shades of Strikemaster #97677C

Tints of Strikemaster #97677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 39.95%
G = 27.25%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#97677C (or 0x97677C) is known color: Strikemaster. HEX triplet: 97, 67 and 7C. RGB value is (151,103,124). Sum of RGB (Red+Green+Blue) = 151+103+124=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #97677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97677C is #689883. Grayscale: #777777. Windows color (decimal): -6854788 or 8152983. OLE color: 8152983.

HSL color Cylindrical-coordinate representation of color #97677C: hue angle of 333.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97677C is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 103 124 -
CMYK 0 0.32 0.18 0.41
HSL 333.75º 0.19% 0.5% -
HSV(B) 333.75º 0.32% 0.59% -
XYZ 21.25 17.74 21.37 -
YUV 119.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 151 103 124 0 0.32 0.18 0.41 333.75 0.19 0.5
Hex 97 67 7C 0 20 12 29 14E 13 32
Octal 227 147 174 0 40 22 51 516 23 62
Binary 10010111 1100111 1111100 0 100000 10010 101001 101001110 10011 110010

Color Harmonies of #97677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97677C

Black with #97677C

Text Example


Text Example

White with #97677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97677C; }

 p { color: rgb(151,103,124); }

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

background-color css

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

 a { background-color: rgb(151,103,124); }

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

border-color css

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

 span { border-color: rgb(151,103,124); }

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