Html Css Color HEX #925D77 Strikemaster

📋 copy color: '#925D77'

red 146 ◦ green 93 ◦ blue 119

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

Shades of Strikemaster #925D77

Tints of Strikemaster #925D77

RGB

 RED value IS 146 (57.42% from 255) = 40.78%

 GREEN value IS 93 (36.72% from 255) = 25.98%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 40.78%
G = 25.98%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#925D77 (or 0x925D77) is known color: Strikemaster. HEX triplet: 92, 5D and 77. RGB value is (146,93,119). Sum of RGB (Red+Green+Blue) = 146+93+119=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #925D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D77 is #6DA288. Grayscale: #6F6F6F. Windows color (decimal): -7185033 or 7822738. OLE color: 7822738.

HSL color Cylindrical-coordinate representation of color #925D77: hue angle of 330.57º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925D77 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 93 119 -
CMYK 0 0.36 0.18 0.43
HSL 330.57º 0.22% 0.47% -
HSV(B) 330.57º 0.36% 0.57% -
XYZ 19.1 15.27 19.39 -
YUV 111.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 146 93 119 0 0.36 0.18 0.43 330.57 0.22 0.47
Hex 92 5D 77 0 24 12 2B 14B 16 2F
Octal 222 135 167 0 44 22 53 513 26 57
Binary 10010010 1011101 1110111 0 100100 10010 101011 101001011 10110 101111

Color Harmonies of #925D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D77

Black with #925D77

Text Example


Text Example

White with #925D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925D77; }

 p { color: rgb(146,93,119); }

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

background-color css

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

 a { background-color: rgb(146,93,119); }

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

border-color css

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

 span { border-color: rgb(146,93,119); }

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