Html Css Color HEX #9B7775 Opium

📋 copy color: '#9B7775'

red 155 ◦ green 119 ◦ blue 117

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

Shades of Opium #9B7775

Tints of Opium #9B7775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.43%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 39.64%
G = 30.43%
B = 29.92%

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

#9B7775 (or 0x9B7775) is known color: Opium. HEX triplet: 9B, 77 and 75. RGB value is (155,119,117). Sum of RGB (Red+Green+Blue) = 155+119+117=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7775 is #64888A. Grayscale: #818181. Windows color (decimal): -6588555 or 7698331. OLE color: 7698331.

HSL color Cylindrical-coordinate representation of color #9B7775: hue angle of 3.16º 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 #9B7775 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 119 117 -
CMYK 0 0.23 0.25 0.39
HSL 3.16º 0.16% 0.53% -
HSV(B) 3.16º 0.25% 0.61% -
XYZ 23.33 21.45 19.74 -
YUV 129.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 155 119 117 0 0.23 0.25 0.39 3.16 0.16 0.53
Hex 9B 77 75 0 17 19 27 3 10 35
Octal 233 167 165 0 27 31 47 3 20 65
Binary 10011011 1110111 1110101 0 10111 11001 100111 11 10000 110101

Color Harmonies of #9B7775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7775

Black with #9B7775

Text Example


Text Example

White with #9B7775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,119,117); }

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

background-color css

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

 a { background-color: rgb(155,119,117); }

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

border-color css

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

 span { border-color: rgb(155,119,117); }

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