Html Css Color HEX #927F7F Opium

📋 copy color: '#927F7F'

red 146 ◦ green 127 ◦ blue 127

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

Shades of Opium #927F7F

Tints of Opium #927F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 36.5%
G = 31.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#927F7F (or 0x927F7F) is known color: Opium. HEX triplet: 92, 7F and 7F. RGB value is (146,127,127). Sum of RGB (Red+Green+Blue) = 146+127+127=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #927F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F7F is #6D8080. Grayscale: #848484. Windows color (decimal): -7176321 or 8355730. OLE color: 8355730.

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

Color convert

RGB 146 127 127 -
CMYK 0 0.13 0.13 0.43
HSL 0.08% 0.54% -
HSV(B) 0.13% 0.57% -
XYZ 23.27 22.82 23.26 -
YUV 132.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 146 127 127 0 0.13 0.13 0.43 0 0.08 0.54
Hex 92 7F 7F 0 D D 2B 0 8 36
Octal 222 177 177 0 15 15 53 0 10 66
Binary 10010010 1111111 1111111 0 1101 1101 101011 0 1000 110110

Color Harmonies of #927F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927F7F

Black with #927F7F

Text Example


Text Example

White with #927F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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