#907F7D

Color #907F7D Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #907F7D

Tints of Opium #907F7D

Color information

#907F7D (or 0x907F7D) is unknown color: approx Opium. HEX triplet: 90, 7F and 7D. RGB value is (144,127,125). Sum of RGB (Red+Green+Blue) = 144+127+125=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #907F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F7D is #6F8082. Grayscale: #838383. Windows color (decimal): -7307395 or 8224656. OLE color: 8224656.

HSL color Cylindrical-coordinate representation of color #907F7D: hue angle of 6.32º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #907F7D is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB144127125-
CMYK00.120.130.44
HSL6.32º7.88%52.75%-
HSV(B)6.32º13.19%56.47%-
XYZ22.7922.5922.56-
YUV131.85124.13136.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=36.36%
G=32.07%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412712500.120.130.446.327.8852.75
Hex907F7D0CD2C6835
Octal220177175014155461065
Binary10010000111111111111010110011011011001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #907F7D;
 }
 .AnyTagClassName
 {
   color: #907F7D;
 }
</style>
background-color css

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

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

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

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

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

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