Html Css Color HEX #937E7B Opium

📋 copy color: '#937E7B'

red 147 ◦ green 126 ◦ blue 123

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

Shades of Opium #937E7B

Tints of Opium #937E7B

RGB

 RED value IS 147 (57.81% from 255) = 37.12%

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 37.12%
G = 31.82%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#937E7B (or 0x937E7B) is known color: Opium. HEX triplet: 93, 7E and 7B. RGB value is (147,126,123). Sum of RGB (Red+Green+Blue) = 147+126+123=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E7B is #6C8184. Grayscale: #838383. Windows color (decimal): -7111045 or 8093331. OLE color: 8093331.

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

Color convert

RGB 147 126 123 -
CMYK 0 0.14 0.16 0.42
HSL 7.5º 0.1% 0.53% -
HSV(B) 7.5º 0.16% 0.58% -
XYZ 23.07 22.55 21.88 -
YUV 131.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 147 126 123 0 0.14 0.16 0.42 7.5 0.1 0.53
Hex 93 7E 7B 0 E 10 2A 8 A 35
Octal 223 176 173 0 16 20 52 10 12 65
Binary 10010011 1111110 1111011 0 1110 10000 101010 1000 1010 110101

Color Harmonies of #937E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937E7B

Black with #937E7B

Text Example


Text Example

White with #937E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937E7B; }

 p { color: rgb(147,126,123); }

 H1.HeaderClassName
 {
   color: #937E7B;
 }
 .AnyTagClassName
 {
   color: #937E7B;
 }
</style>

background-color css

<style>
 a { background-color: #937E7B; }

 a { background-color: rgb(147,126,123); }

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

border-color css

<style>
 span { border-color: #937E7B; }

 span { border-color: rgb(147,126,123); }

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