Html Css Color HEX #907F7D Opium

📋 copy color: '#907F7D'

red 144 ◦ green 127 ◦ blue 125

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

Shades of Opium #907F7D

Tints of Opium #907F7D

RGB

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

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

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

R = 36.36%
G = 32.07%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#907F7D (or 0x907F7D) is known color: Opium. HEX triplet: 90, 7F and 7D. RGB value is (144,127,125). Sum of RGB (Red+Green+Blue) = 144+127+125=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 144 - color contains mainly: red. Hex color #907F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F7D is #6F8082. Grayscale: #838383. Windows color (decimal): -7307395 or 8224656. OLE color: 8224656.

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

Color convert

RGB 144 127 125 -
CMYK 0 0.12 0.13 0.44
HSL 6.32º 0.08% 0.53% -
HSV(B) 6.32º 0.13% 0.56% -
XYZ 22.79 22.59 22.56 -
YUV 131.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 144 127 125 0 0.12 0.13 0.44 6.32 0.08 0.53
Hex 90 7F 7D 0 C D 2C 6 8 35
Octal 220 177 175 0 14 15 54 6 10 65
Binary 10010000 1111111 1111101 0 1100 1101 101100 110 1000 110101

Color Harmonies of #907F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907F7D

Black with #907F7D

Text Example


Text Example

White with #907F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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