Html Css Color HEX #925C76 Strikemaster

📋 copy color: '#925C76'

red 146 ◦ green 92 ◦ blue 118

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

Shades of Strikemaster #925C76

Tints of Strikemaster #925C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 41.01%
G = 25.84%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#925C76 (or 0x925C76) is known color: Strikemaster. HEX triplet: 92, 5C and 76. RGB value is (146,92,118). Sum of RGB (Red+Green+Blue) = 146+92+118=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #925C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C76 is #6DA389. Grayscale: #6F6F6F. Windows color (decimal): -7185290 or 7756946. OLE color: 7756946.

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

Color convert

RGB 146 92 118 -
CMYK 0 0.37 0.19 0.43
HSL 331.11º 0.23% 0.47% -
HSV(B) 331.11º 0.37% 0.57% -
XYZ 18.95 15.07 19.05 -
YUV 111.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 146 92 118 0 0.37 0.19 0.43 331.11 0.23 0.47
Hex 92 5C 76 0 25 13 2B 14B 17 2F
Octal 222 134 166 0 45 23 53 513 27 57
Binary 10010010 1011100 1110110 0 100101 10011 101011 101001011 10111 101111

Color Harmonies of #925C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C76

Black with #925C76

Text Example


Text Example

White with #925C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,92,118); }

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

background-color css

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

 a { background-color: rgb(146,92,118); }

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

border-color css

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

 span { border-color: rgb(146,92,118); }

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