Html Css Color HEX #957F7C Opium

📋 copy color: '#957F7C'

red 149 ◦ green 127 ◦ blue 124

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

Shades of Opium #957F7C

Tints of Opium #957F7C

RGB

 RED value IS 149 (58.59% from 255) = 37.25%

 GREEN value IS 127 (50% from 255) = 31.75%

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

R = 37.25%
G = 31.75%
B = 31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#957F7C (or 0x957F7C) is known color: Opium. HEX triplet: 95, 7F and 7C. RGB value is (149,127,124). Sum of RGB (Red+Green+Blue) = 149+127+124=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #957F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F7C is #6A8083. Grayscale: #858585. Windows color (decimal): -6979716 or 8159125. OLE color: 8159125.

HSL color Cylindrical-coordinate representation of color #957F7C: hue angle of 7.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #957F7C is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 127 124 -
CMYK 0 0.15 0.17 0.42
HSL 7.2º 0.11% 0.54% -
HSV(B) 7.2º 0.17% 0.58% -
XYZ 23.62 23.02 22.27 -
YUV 133.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 149 127 124 0 0.15 0.17 0.42 7.2 0.11 0.54
Hex 95 7F 7C 0 F 11 2A 7 B 36
Octal 225 177 174 0 17 21 52 7 13 66
Binary 10010101 1111111 1111100 0 1111 10001 101010 111 1011 110110

Color Harmonies of #957F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F7C

Black with #957F7C

Text Example


Text Example

White with #957F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957F7C; }

 p { color: rgb(149,127,124); }

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

background-color css

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

 a { background-color: rgb(149,127,124); }

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

border-color css

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

 span { border-color: rgb(149,127,124); }

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