Html Css Color HEX #895F74 Strikemaster

📋 copy color: '#895F74'

red 137 ◦ green 95 ◦ blue 116

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

Shades of Strikemaster #895F74

Tints of Strikemaster #895F74

RGB

 RED value IS 137 (53.91% from 255) = 39.37%

 GREEN value IS 95 (37.5% from 255) = 27.3%

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 39.37%
G = 27.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#895F74 (or 0x895F74) is known color: Strikemaster. HEX triplet: 89, 5F and 74. RGB value is (137,95,116). Sum of RGB (Red+Green+Blue) = 137+95+116=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #895F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F74 is #76A08B. Grayscale: #6D6D6D. Windows color (decimal): -7774348 or 7626633. OLE color: 7626633.

HSL color Cylindrical-coordinate representation of color #895F74: hue angle of 330º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895F74 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 95 116 -
CMYK 0 0.31 0.15 0.46
HSL 330º 0.18% 0.45% -
HSV(B) 330º 0.31% 0.54% -
XYZ 17.56 14.76 18.45 -
YUV 109.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 137 95 116 0 0.31 0.15 0.46 330 0.18 0.45
Hex 89 5F 74 0 1F F 2E 14A 12 2D
Octal 211 137 164 0 37 17 56 512 22 55
Binary 10001001 1011111 1110100 0 11111 1111 101110 101001010 10010 101101

Color Harmonies of #895F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F74

Black with #895F74

Text Example


Text Example

White with #895F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895F74; }

 p { color: rgb(137,95,116); }

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

background-color css

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

 a { background-color: rgb(137,95,116); }

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

border-color css

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

 span { border-color: rgb(137,95,116); }

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