Html Css Color HEX #927F7D Opium

📋 copy color: '#927F7D'

red 146 ◦ green 127 ◦ blue 125

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

Shades of Opium #927F7D

Tints of Opium #927F7D

RGB

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

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

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

R = 36.68%
G = 31.91%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#927F7D (or 0x927F7D) is known color: Opium. HEX triplet: 92, 7F and 7D. RGB value is (146,127,125). Sum of RGB (Red+Green+Blue) = 146+127+125=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #927F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F7D is #6D8082. Grayscale: #848484. Windows color (decimal): -7176323 or 8224658. OLE color: 8224658.

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

Color convert

RGB 146 127 125 -
CMYK 0 0.13 0.14 0.43
HSL 5.71º 0.09% 0.53% -
HSV(B) 5.71º 0.14% 0.57% -
XYZ 23.15 22.77 22.58 -
YUV 132.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 146 127 125 0 0.13 0.14 0.43 5.71 0.09 0.53
Hex 92 7F 7D 0 D E 2B 6 9 35
Octal 222 177 175 0 15 16 53 6 11 65
Binary 10010010 1111111 1111101 0 1101 1110 101011 110 1001 110101

Color Harmonies of #927F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F7D

Black with #927F7D

Text Example


Text Example

White with #927F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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