Html Css Color HEX #9B7874 Opium

📋 copy color: '#9B7874'

red 155 ◦ green 120 ◦ blue 116

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

Shades of Opium #9B7874

Tints of Opium #9B7874

RGB

 RED value IS 155 (60.94% from 255) = 39.64%

 GREEN value IS 120 (47.27% from 255) = 30.69%

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

R = 39.64%
G = 30.69%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B7874 (or 0x9B7874) is known color: Opium. HEX triplet: 9B, 78 and 74. RGB value is (155,120,116). Sum of RGB (Red+Green+Blue) = 155+120+116=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7874 is #64878B. Grayscale: #828282. Windows color (decimal): -6588300 or 7633051. OLE color: 7633051.

HSL color Cylindrical-coordinate representation of color #9B7874: hue angle of 6.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7874 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 120 116 -
CMYK 0 0.23 0.25 0.39
HSL 6.15º 0.16% 0.53% -
HSV(B) 6.15º 0.25% 0.61% -
XYZ 23.39 21.66 19.47 -
YUV 130.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 155 120 116 0 0.23 0.25 0.39 6.15 0.16 0.53
Hex 9B 78 74 0 17 19 27 6 10 35
Octal 233 170 164 0 27 31 47 6 20 65
Binary 10011011 1111000 1110100 0 10111 11001 100111 110 10000 110101

Color Harmonies of #9B7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7874

Black with #9B7874

Text Example


Text Example

White with #9B7874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,120,116); }

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

background-color css

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

 a { background-color: rgb(155,120,116); }

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

border-color css

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

 span { border-color: rgb(155,120,116); }

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