Html Css Color HEX #9F7673 Opium

📋 copy color: '#9F7673'

red 159 ◦ green 118 ◦ blue 115

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

Shades of Opium #9F7673

Tints of Opium #9F7673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 40.56%
G = 30.1%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F7673 (or 0x9F7673) is known color: Opium. HEX triplet: 9F, 76 and 73. RGB value is (159,118,115). Sum of RGB (Red+Green+Blue) = 159+118+115=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7673 is #60898C. Grayscale: #818181. Windows color (decimal): -6326669 or 7567007. OLE color: 7567007.

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

Color convert

RGB 159 118 115 -
CMYK 0 0.26 0.28 0.38
HSL 4.09º 0.19% 0.54% -
HSV(B) 4.09º 0.28% 0.62% -
XYZ 23.87 21.57 19.12 -
YUV 129.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 159 118 115 0 0.26 0.28 0.38 4.09 0.19 0.54
Hex 9F 76 73 0 1A 1C 26 4 13 36
Octal 237 166 163 0 32 34 46 4 23 66
Binary 10011111 1110110 1110011 0 11010 11100 100110 100 10011 110110

Color Harmonies of #9F7673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7673

Black with #9F7673

Text Example


Text Example

White with #9F7673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,118,115); }

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

background-color css

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

 a { background-color: rgb(159,118,115); }

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

border-color css

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

 span { border-color: rgb(159,118,115); }

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