Html Css Color HEX #937D7A Opium

📋 copy color: '#937D7A'

red 147 ◦ green 125 ◦ blue 122

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

Shades of Opium #937D7A

Tints of Opium #937D7A

RGB

 RED value IS 147 (57.81% from 255) = 37.31%

 GREEN value IS 125 (49.22% from 255) = 31.73%

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 37.31%
G = 31.73%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#937D7A (or 0x937D7A) is known color: Opium. HEX triplet: 93, 7D and 7A. RGB value is (147,125,122). Sum of RGB (Red+Green+Blue) = 147+125+122=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #937D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D7A is #6C8285. Grayscale: #838383. Windows color (decimal): -7111302 or 8027539. OLE color: 8027539.

HSL color Cylindrical-coordinate representation of color #937D7A: hue angle of 7.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937D7A is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 125 122 -
CMYK 0 0.15 0.17 0.42
HSL 7.2º 0.1% 0.53% -
HSV(B) 7.2º 0.17% 0.58% -
XYZ 22.88 22.28 21.51 -
YUV 131.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 147 125 122 0 0.15 0.17 0.42 7.2 0.1 0.53
Hex 93 7D 7A 0 F 11 2A 7 A 35
Octal 223 175 172 0 17 21 52 7 12 65
Binary 10010011 1111101 1111010 0 1111 10001 101010 111 1010 110101

Color Harmonies of #937D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D7A

Black with #937D7A

Text Example


Text Example

White with #937D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937D7A; }

 p { color: rgb(147,125,122); }

 H1.HeaderClassName
 {
   color: #937D7A;
 }
 .AnyTagClassName
 {
   color: #937D7A;
 }
</style>

background-color css

<style>
 a { background-color: #937D7A; }

 a { background-color: rgb(147,125,122); }

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

border-color css

<style>
 span { border-color: #937D7A; }

 span { border-color: rgb(147,125,122); }

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