Html Css Color HEX #9B7F7E Opium

📋 copy color: '#9B7F7E'

red 155 ◦ green 127 ◦ blue 126

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

Shades of Opium #9B7F7E

Tints of Opium #9B7F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 37.99%
G = 31.13%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B7F7E (or 0x9B7F7E) is known color: Opium. HEX triplet: 9B, 7F and 7E. RGB value is (155,127,126). Sum of RGB (Red+Green+Blue) = 155+127+126=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7F7E is #648081. Grayscale: #878787. Windows color (decimal): -6586498 or 8290203. OLE color: 8290203.

HSL color Cylindrical-coordinate representation of color #9B7F7E: hue angle of 2.07º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B7F7E is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 127 126 -
CMYK 0 0.18 0.19 0.39
HSL 2.07º 0.13% 0.55% -
HSV(B) 2.07º 0.19% 0.61% -
XYZ 24.87 23.65 22.99 -
YUV 135.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 155 127 126 0 0.18 0.19 0.39 2.07 0.13 0.55
Hex 9B 7F 7E 0 12 13 27 2 D 37
Octal 233 177 176 0 22 23 47 2 15 67
Binary 10011011 1111111 1111110 0 10010 10011 100111 10 1101 110111

Color Harmonies of #9B7F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F7E

Black with #9B7F7E

Text Example


Text Example

White with #9B7F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,126); }

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

background-color css

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

 a { background-color: rgb(155,127,126); }

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

border-color css

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

 span { border-color: rgb(155,127,126); }

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