Html Css Color HEX #937D7D Opium

📋 copy color: '#937D7D'

red 147 ◦ green 125 ◦ blue 125

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

Shades of Opium #937D7D

Tints of Opium #937D7D

RGB

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

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

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

R = 37.03%
G = 31.49%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#937D7D (or 0x937D7D) is known color: Opium. HEX triplet: 93, 7D and 7D. RGB value is (147,125,125). Sum of RGB (Red+Green+Blue) = 147+125+125=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #937D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D7D is #6C8282. Grayscale: #838383. Windows color (decimal): -7111299 or 8224147. OLE color: 8224147.

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

Color convert

RGB 147 125 125 -
CMYK 0 0.15 0.15 0.42
HSL 0.09% 0.53% -
HSV(B) 0.15% 0.58% -
XYZ 23.07 22.35 22.5 -
YUV 131.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 147 125 125 0 0.15 0.15 0.42 0 0.09 0.53
Hex 93 7D 7D 0 F F 2A 0 9 35
Octal 223 175 175 0 17 17 52 0 11 65
Binary 10010011 1111101 1111101 0 1111 1111 101010 0 1001 110101

Color Harmonies of #937D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D7D

Black with #937D7D

Text Example


Text Example

White with #937D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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