Html Css Color HEX #9B7B77 Opium

📋 copy color: '#9B7B77'

red 155 ◦ green 123 ◦ blue 119

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

Shades of Opium #9B7B77

Tints of Opium #9B7B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 39.04%
G = 30.98%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B7B77 (or 0x9B7B77) is known color: Opium. HEX triplet: 9B, 7B and 77. RGB value is (155,123,119). Sum of RGB (Red+Green+Blue) = 155+123+119=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B77 is #648488. Grayscale: #848484. Windows color (decimal): -6587529 or 7830427. OLE color: 7830427.

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

Color convert

RGB 155 123 119 -
CMYK 0 0.21 0.23 0.39
HSL 6.67º 0.15% 0.54% -
HSV(B) 6.67º 0.23% 0.61% -
XYZ 23.93 22.47 20.53 -
YUV 132.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 155 123 119 0 0.21 0.23 0.39 6.67 0.15 0.54
Hex 9B 7B 77 0 15 17 27 7 F 36
Octal 233 173 167 0 25 27 47 7 17 66
Binary 10011011 1111011 1110111 0 10101 10111 100111 111 1111 110110

Color Harmonies of #9B7B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7B77

Black with #9B7B77

Text Example


Text Example

White with #9B7B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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