Html Css Color HEX #9C7774 Opium

📋 copy color: '#9C7774'

red 156 ◦ green 119 ◦ blue 116

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

Shades of Opium #9C7774

Tints of Opium #9C7774

RGB

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

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

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

R = 39.9%
G = 30.43%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C7774 (or 0x9C7774) is known color: Opium. HEX triplet: 9C, 77 and 74. RGB value is (156,119,116). Sum of RGB (Red+Green+Blue) = 156+119+116=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7774 is #63888B. Grayscale: #818181. Windows color (decimal): -6523020 or 7632796. OLE color: 7632796.

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

Color convert

RGB 156 119 116 -
CMYK 0 0.24 0.26 0.39
HSL 4.5º 0.17% 0.53% -
HSV(B) 4.5º 0.26% 0.61% -
XYZ 23.46 21.52 19.44 -
YUV 129.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 156 119 116 0 0.24 0.26 0.39 4.5 0.17 0.53
Hex 9C 77 74 0 18 1A 27 4 11 35
Octal 234 167 164 0 30 32 47 4 21 65
Binary 10011100 1110111 1110100 0 11000 11010 100111 100 10001 110101

Color Harmonies of #9C7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7774

Black with #9C7774

Text Example


Text Example

White with #9C7774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,119,116); }

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

background-color css

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

 a { background-color: rgb(156,119,116); }

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

border-color css

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

 span { border-color: rgb(156,119,116); }

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