Html Css Color HEX #947D7D Opium

📋 copy color: '#947D7D'

red 148 ◦ green 125 ◦ blue 125

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

Shades of Opium #947D7D

Tints of Opium #947D7D

RGB

 RED value IS 148 (58.2% from 255) = 37.19%

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

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

R = 37.19%
G = 31.41%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#947D7D (or 0x947D7D) is known color: Opium. HEX triplet: 94, 7D and 7D. RGB value is (148,125,125). Sum of RGB (Red+Green+Blue) = 148+125+125=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D7D is #6B8282. Grayscale: #838383. Windows color (decimal): -7045763 or 8224148. OLE color: 8224148.

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

Color convert

RGB 148 125 125 -
CMYK 0 0.16 0.16 0.42
HSL 0.1% 0.54% -
HSV(B) 0.16% 0.58% -
XYZ 23.25 22.44 22.51 -
YUV 131.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 148 125 125 0 0.16 0.16 0.42 0 0.1 0.54
Hex 94 7D 7D 0 10 10 2A 0 A 36
Octal 224 175 175 0 20 20 52 0 12 66
Binary 10010100 1111101 1111101 0 10000 10000 101010 0 1010 110110

Color Harmonies of #947D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D7D

Black with #947D7D

Text Example


Text Example

White with #947D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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