Html Css Color HEX #9C7F7B Opium

📋 copy color: '#9C7F7B'

red 156 ◦ green 127 ◦ blue 123

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

Shades of Opium #9C7F7B

Tints of Opium #9C7F7B

RGB

 RED value IS 156 (61.33% from 255) = 38.42%

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

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 38.42%
G = 31.28%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C7F7B (or 0x9C7F7B) is known color: Opium. HEX triplet: 9C, 7F and 7B. RGB value is (156,127,123). Sum of RGB (Red+Green+Blue) = 156+127+123=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F7B is #638084. Grayscale: #878787. Windows color (decimal): -6520965 or 8093596. OLE color: 8093596.

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

Color convert

RGB 156 127 123 -
CMYK 0 0.19 0.21 0.39
HSL 7.27º 0.14% 0.55% -
HSV(B) 7.27º 0.21% 0.61% -
XYZ 24.87 23.68 22 -
YUV 135.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 156 127 123 0 0.19 0.21 0.39 7.27 0.14 0.55
Hex 9C 7F 7B 0 13 15 27 7 E 37
Octal 234 177 173 0 23 25 47 7 16 67
Binary 10011100 1111111 1111011 0 10011 10101 100111 111 1110 110111

Color Harmonies of #9C7F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F7B

Black with #9C7F7B

Text Example


Text Example

White with #9C7F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,127,123); }

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

background-color css

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

 a { background-color: rgb(156,127,123); }

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

border-color css

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

 span { border-color: rgb(156,127,123); }

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