Html Css Color HEX #907F7E Opium

📋 copy color: '#907F7E'

red 144 ◦ green 127 ◦ blue 126

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

Shades of Opium #907F7E

Tints of Opium #907F7E

RGB

 RED value IS 144 (56.64% from 255) = 36.27%

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 36.27%
G = 31.99%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#907F7E (or 0x907F7E) is known color: Opium. HEX triplet: 90, 7F and 7E. RGB value is (144,127,126). Sum of RGB (Red+Green+Blue) = 144+127+126=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #907F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F7E is #6F8081. Grayscale: #838383. Windows color (decimal): -7307394 or 8290192. OLE color: 8290192.

HSL color Cylindrical-coordinate representation of color #907F7E: hue angle of 3.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #907F7E is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 127 126 -
CMYK 0 0.12 0.12 0.44
HSL 3.33º 0.08% 0.53% -
HSV(B) 3.33º 0.13% 0.56% -
XYZ 22.86 22.61 22.9 -
YUV 131.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 144 127 126 0 0.12 0.12 0.44 3.33 0.08 0.53
Hex 90 7F 7E 0 C C 2C 3 8 35
Octal 220 177 176 0 14 14 54 3 10 65
Binary 10010000 1111111 1111110 0 1100 1100 101100 11 1000 110101

Color Harmonies of #907F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907F7E

Black with #907F7E

Text Example


Text Example

White with #907F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907F7E; }

 p { color: rgb(144,127,126); }

 H1.HeaderClassName
 {
   color: #907F7E;
 }
 .AnyTagClassName
 {
   color: #907F7E;
 }
</style>

background-color css

<style>
 a { background-color: #907F7E; }

 a { background-color: rgb(144,127,126); }

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

border-color css

<style>
 span { border-color: #907F7E; }

 span { border-color: rgb(144,127,126); }

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