Html Css Color HEX #927D7C Opium

📋 copy color: '#927D7C'

red 146 ◦ green 125 ◦ blue 124

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

Shades of Opium #927D7C

Tints of Opium #927D7C

RGB

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

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

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

R = 36.96%
G = 31.65%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#927D7C (or 0x927D7C) is known color: Opium. HEX triplet: 92, 7D and 7C. RGB value is (146,125,124). Sum of RGB (Red+Green+Blue) = 146+125+124=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D7C is #6D8283. Grayscale: #838383. Windows color (decimal): -7176836 or 8158610. OLE color: 8158610.

HSL color Cylindrical-coordinate representation of color #927D7C: hue angle of 2.73º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #927D7C is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 125 124 -
CMYK 0 0.14 0.15 0.43
HSL 2.73º 0.09% 0.53% -
HSV(B) 2.73º 0.15% 0.57% -
XYZ 22.83 22.23 22.16 -
YUV 131.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 146 125 124 0 0.14 0.15 0.43 2.73 0.09 0.53
Hex 92 7D 7C 0 E F 2B 3 9 35
Octal 222 175 174 0 16 17 53 3 11 65
Binary 10010010 1111101 1111100 0 1110 1111 101011 11 1001 110101

Color Harmonies of #927D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927D7C

Black with #927D7C

Text Example


Text Example

White with #927D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927D7C; }

 p { color: rgb(146,125,124); }

 H1.HeaderClassName
 {
   color: #927D7C;
 }
 .AnyTagClassName
 {
   color: #927D7C;
 }
</style>

background-color css

<style>
 a { background-color: #927D7C; }

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

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

border-color css

<style>
 span { border-color: #927D7C; }

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

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