Html Css Color HEX #9F7674 Opium

📋 copy color: '#9F7674'

red 159 ◦ green 118 ◦ blue 116

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

Shades of Opium #9F7674

Tints of Opium #9F7674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 40.46%
G = 30.03%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F7674 (or 0x9F7674) is known color: Opium. HEX triplet: 9F, 76 and 74. RGB value is (159,118,116). Sum of RGB (Red+Green+Blue) = 159+118+116=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7674 is #60898B. Grayscale: #828282. Windows color (decimal): -6326668 or 7632543. OLE color: 7632543.

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

Color convert

RGB 159 118 116 -
CMYK 0 0.26 0.27 0.38
HSL 2.79º 0.18% 0.54% -
HSV(B) 2.79º 0.27% 0.62% -
XYZ 23.93 21.59 19.43 -
YUV 130.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 159 118 116 0 0.26 0.27 0.38 2.79 0.18 0.54
Hex 9F 76 74 0 1A 1B 26 3 12 36
Octal 237 166 164 0 32 33 46 3 22 66
Binary 10011111 1110110 1110100 0 11010 11011 100110 11 10010 110110

Color Harmonies of #9F7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7674

Black with #9F7674

Text Example


Text Example

White with #9F7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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