Html Css Color HEX #99807F Opium

📋 copy color: '#99807F'

red 153 ◦ green 128 ◦ blue 127

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

Shades of Opium #99807F

Tints of Opium #99807F

RGB

 RED value IS 153 (60.16% from 255) = 37.5%

 GREEN value IS 128 (50.39% from 255) = 31.37%

 BLUE value IS 127 (50% from 255) = 31.13%

R = 37.5%
G = 31.37%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#99807F (or 0x99807F) is known color: Opium. HEX triplet: 99, 80 and 7F. RGB value is (153,128,127). Sum of RGB (Red+Green+Blue) = 153+128+127=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 153 - color contains mainly: red. Hex color #99807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99807F is #667F80. Grayscale: #878787. Windows color (decimal): -6717313 or 8355993. OLE color: 8355993.

HSL color Cylindrical-coordinate representation of color #99807F: hue angle of 2.31º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99807F is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 127 -
CMYK 0 0.16 0.17 0.4
HSL 2.31º 0.11% 0.55% -
HSV(B) 2.31º 0.17% 0.6% -
XYZ 24.69 23.74 23.36 -
YUV 135.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 153 128 127 0 0.16 0.17 0.4 2.31 0.11 0.55
Hex 99 80 7F 0 10 11 28 2 B 37
Octal 231 200 177 0 20 21 50 2 13 67
Binary 10011001 10000000 1111111 0 10000 10001 101000 10 1011 110111

Color Harmonies of #99807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99807F

Black with #99807F

Text Example


Text Example

White with #99807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99807F; }

 p { color: rgb(153,128,127); }

 H1.HeaderClassName
 {
   color: #99807F;
 }
 .AnyTagClassName
 {
   color: #99807F;
 }
</style>

background-color css

<style>
 a { background-color: #99807F; }

 a { background-color: rgb(153,128,127); }

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

border-color css

<style>
 span { border-color: #99807F; }

 span { border-color: rgb(153,128,127); }

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