Html Css Color HEX #957D7D Opium

📋 copy color: '#957D7D'

red 149 ◦ green 125 ◦ blue 125

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

Shades of Opium #957D7D

Tints of Opium #957D7D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.33%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 37.34%
G = 31.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#957D7D (or 0x957D7D) is known color: Opium. HEX triplet: 95, 7D and 7D. RGB value is (149,125,125). Sum of RGB (Red+Green+Blue) = 149+125+125=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #957D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D7D is #6A8282. Grayscale: #848484. Windows color (decimal): -6980227 or 8224149. OLE color: 8224149.

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

Color convert

RGB 149 125 125 -
CMYK 0 0.16 0.16 0.42
HSL 0.1% 0.54% -
HSV(B) 0.16% 0.58% -
XYZ 23.43 22.54 22.52 -
YUV 132.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 149 125 125 0 0.16 0.16 0.42 0 0.1 0.54
Hex 95 7D 7D 0 10 10 2A 0 A 36
Octal 225 175 175 0 20 20 52 0 12 66
Binary 10010101 1111101 1111101 0 10000 10000 101010 0 1010 110110

Color Harmonies of #957D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D7D

Black with #957D7D

Text Example


Text Example

White with #957D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,125,125); }

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

background-color css

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

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

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

border-color css

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

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

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