Html Css Color HEX #927F7C Opium

📋 copy color: '#927F7C'

red 146 ◦ green 127 ◦ blue 124

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

Shades of Opium #927F7C

Tints of Opium #927F7C

RGB

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

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

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

R = 36.78%
G = 31.99%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#927F7C (or 0x927F7C) is known color: Opium. HEX triplet: 92, 7F and 7C. RGB value is (146,127,124). Sum of RGB (Red+Green+Blue) = 146+127+124=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #927F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F7C is #6D8083. Grayscale: #848484. Windows color (decimal): -7176324 or 8159122. OLE color: 8159122.

HSL color Cylindrical-coordinate representation of color #927F7C: hue angle of 8.18º 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 #927F7C is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 127 124 -
CMYK 0 0.13 0.15 0.43
HSL 8.18º 0.09% 0.53% -
HSV(B) 8.18º 0.15% 0.57% -
XYZ 23.08 22.74 22.24 -
YUV 132.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 146 127 124 0 0.13 0.15 0.43 8.18 0.09 0.53
Hex 92 7F 7C 0 D F 2B 8 9 35
Octal 222 177 174 0 15 17 53 10 11 65
Binary 10010010 1111111 1111100 0 1101 1111 101011 1000 1001 110101

Color Harmonies of #927F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F7C

Black with #927F7C

Text Example


Text Example

White with #927F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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