Html Css Color HEX #9F807B Opium

📋 copy color: '#9F807B'

red 159 ◦ green 128 ◦ blue 123

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

Shades of Opium #9F807B

Tints of Opium #9F807B

RGB

 RED value IS 159 (62.5% from 255) = 38.78%

 GREEN value IS 128 (50.39% from 255) = 31.22%

 BLUE value IS 123 (48.44% from 255) = 30%

R = 38.78%
G = 31.22%
B = 30%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F807B (or 0x9F807B) is known color: Opium. HEX triplet: 9F, 80 and 7B. RGB value is (159,128,123). Sum of RGB (Red+Green+Blue) = 159+128+123=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F807B is #607F84. Grayscale: #888888. Windows color (decimal): -6324101 or 8093855. OLE color: 8093855.

HSL color Cylindrical-coordinate representation of color #9F807B: hue angle of 8.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F807B is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 128 123 -
CMYK 0 0.19 0.23 0.38
HSL 8.33º 0.16% 0.55% -
HSV(B) 8.33º 0.23% 0.62% -
XYZ 25.59 24.24 22.07 -
YUV 136.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 159 128 123 0 0.19 0.23 0.38 8.33 0.16 0.55
Hex 9F 80 7B 0 13 17 26 8 10 37
Octal 237 200 173 0 23 27 46 10 20 67
Binary 10011111 10000000 1111011 0 10011 10111 100110 1000 10000 110111

Color Harmonies of #9F807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F807B

Black with #9F807B

Text Example


Text Example

White with #9F807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F807B; }

 p { color: rgb(159,128,123); }

 H1.HeaderClassName
 {
   color: #9F807B;
 }
 .AnyTagClassName
 {
   color: #9F807B;
 }
</style>

background-color css

<style>
 a { background-color: #9F807B; }

 a { background-color: rgb(159,128,123); }

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

border-color css

<style>
 span { border-color: #9F807B; }

 span { border-color: rgb(159,128,123); }

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