Html Css Color HEX #9D7774 Opium

📋 copy color: '#9D7774'

red 157 ◦ green 119 ◦ blue 116

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

Shades of Opium #9D7774

Tints of Opium #9D7774

RGB

 RED value IS 157 (61.72% from 255) = 40.05%

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

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

R = 40.05%
G = 30.36%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D7774 (or 0x9D7774) is known color: Opium. HEX triplet: 9D, 77 and 74. RGB value is (157,119,116). Sum of RGB (Red+Green+Blue) = 157+119+116=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7774 is #62888B. Grayscale: #828282. Windows color (decimal): -6457484 or 7632797. OLE color: 7632797.

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

Color convert

RGB 157 119 116 -
CMYK 0 0.24 0.26 0.38
HSL 4.39º 0.17% 0.54% -
HSV(B) 4.39º 0.26% 0.62% -
XYZ 23.65 21.62 19.45 -
YUV 130.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 157 119 116 0 0.24 0.26 0.38 4.39 0.17 0.54
Hex 9D 77 74 0 18 1A 26 4 11 36
Octal 235 167 164 0 30 32 46 4 21 66
Binary 10011101 1110111 1110100 0 11000 11010 100110 100 10001 110110

Color Harmonies of #9D7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7774

Black with #9D7774

Text Example


Text Example

White with #9D7774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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