Html Css Color HEX #9C827D Opium

📋 copy color: '#9C827D'

red 156 ◦ green 130 ◦ blue 125

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

Shades of Opium #9C827D

Tints of Opium #9C827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 37.96%
G = 31.63%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C827D (or 0x9C827D) is known color: Opium. HEX triplet: 9C, 82 and 7D. RGB value is (156,130,125). Sum of RGB (Red+Green+Blue) = 156+130+125=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C827D is #637D82. Grayscale: #898989. Windows color (decimal): -6520195 or 8225436. OLE color: 8225436.

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

Color convert

RGB 156 130 125 -
CMYK 0 0.17 0.20 0.39
HSL 9.68º 0.14% 0.55% -
HSV(B) 9.68º 0.2% 0.61% -
XYZ 25.39 24.51 22.8 -
YUV 137.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 156 130 125 0 0.17 0.20 0.39 9.68 0.14 0.55
Hex 9C 82 7D 0 11 14 27 A E 37
Octal 234 202 175 0 21 24 47 12 16 67
Binary 10011100 10000010 1111101 0 10001 10100 100111 1010 1110 110111

Color Harmonies of #9C827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C827D

Black with #9C827D

Text Example


Text Example

White with #9C827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,130,125); }

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

background-color css

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

 a { background-color: rgb(156,130,125); }

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

border-color css

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

 span { border-color: rgb(156,130,125); }

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