Html Css Color HEX #9E7B77 Opium

📋 copy color: '#9E7B77'

red 158 ◦ green 123 ◦ blue 119

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

Shades of Opium #9E7B77

Tints of Opium #9E7B77

RGB

 RED value IS 158 (62.11% from 255) = 39.5%

 GREEN value IS 123 (48.44% from 255) = 30.75%

 BLUE value IS 119 (46.88% from 255) = 29.75%

R = 39.5%
G = 30.75%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E7B77 (or 0x9E7B77) is known color: Opium. HEX triplet: 9E, 7B and 77. RGB value is (158,123,119). Sum of RGB (Red+Green+Blue) = 158+123+119=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B77 is #618488. Grayscale: #858585. Windows color (decimal): -6390921 or 7830430. OLE color: 7830430.

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

Color convert

RGB 158 123 119 -
CMYK 0 0.22 0.25 0.38
HSL 6.15º 0.17% 0.54% -
HSV(B) 6.15º 0.25% 0.62% -
XYZ 24.51 22.77 20.56 -
YUV 133.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 158 123 119 0 0.22 0.25 0.38 6.15 0.17 0.54
Hex 9E 7B 77 0 16 19 26 6 11 36
Octal 236 173 167 0 26 31 46 6 21 66
Binary 10011110 1111011 1110111 0 10110 11001 100110 110 10001 110110

Color Harmonies of #9E7B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7B77

Black with #9E7B77

Text Example


Text Example

White with #9E7B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,123,119); }

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

background-color css

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

 a { background-color: rgb(158,123,119); }

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

border-color css

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

 span { border-color: rgb(158,123,119); }

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