Html Css Color HEX #9D7F7A Opium

📋 copy color: '#9D7F7A'

red 157 ◦ green 127 ◦ blue 122

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

Shades of Opium #9D7F7A

Tints of Opium #9D7F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 38.67%
G = 31.28%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D7F7A (or 0x9D7F7A) is known color: Opium. HEX triplet: 9D, 7F and 7A. RGB value is (157,127,122). Sum of RGB (Red+Green+Blue) = 157+127+122=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F7A is #628085. Grayscale: #878787. Windows color (decimal): -6455430 or 8028061. OLE color: 8028061.

HSL color Cylindrical-coordinate representation of color #9D7F7A: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D7F7A is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 127 122 -
CMYK 0 0.19 0.22 0.38
HSL 8.57º 0.15% 0.55% -
HSV(B) 8.57º 0.22% 0.62% -
XYZ 25.01 23.75 21.68 -
YUV 135.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 157 127 122 0 0.19 0.22 0.38 8.57 0.15 0.55
Hex 9D 7F 7A 0 13 16 26 9 F 37
Octal 235 177 172 0 23 26 46 11 17 67
Binary 10011101 1111111 1111010 0 10011 10110 100110 1001 1111 110111

Color Harmonies of #9D7F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7F7A

Black with #9D7F7A

Text Example


Text Example

White with #9D7F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,127,122); }

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

background-color css

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

 a { background-color: rgb(157,127,122); }

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

border-color css

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

 span { border-color: rgb(157,127,122); }

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