Html Css Color HEX #91747C Venus

📋 copy color: '#91747C'

red 145 ◦ green 116 ◦ blue 124

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

Shades of Venus #91747C

Tints of Venus #91747C

RGB

 RED value IS 145 (57.03% from 255) = 37.66%

 GREEN value IS 116 (45.7% from 255) = 30.13%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 37.66%
G = 30.13%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91747C (or 0x91747C) is known color: Venus. HEX triplet: 91, 74 and 7C. RGB value is (145,116,124). Sum of RGB (Red+Green+Blue) = 145+116+124=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #91747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91747C is #6E8B83. Grayscale: #7D7D7D. Windows color (decimal): -7244676 or 8156305. OLE color: 8156305.

HSL color Cylindrical-coordinate representation of color #91747C: hue angle of 343.45º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #91747C is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 116 124 -
CMYK 0 0.2 0.14 0.43
HSL 343.45º 0.12% 0.51% -
HSV(B) 343.45º 0.2% 0.57% -
XYZ 21.56 19.97 21.79 -
YUV 125.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 145 116 124 0 0.2 0.14 0.43 343.45 0.12 0.51
Hex 91 74 7C 0 14 E 2B 157 C 33
Octal 221 164 174 0 24 16 53 527 14 63
Binary 10010001 1110100 1111100 0 10100 1110 101011 101010111 1100 110011

Color Harmonies of #91747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91747C

Black with #91747C

Text Example


Text Example

White with #91747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91747C; }

 p { color: rgb(145,116,124); }

 H1.HeaderClassName
 {
   color: #91747C;
 }
 .AnyTagClassName
 {
   color: #91747C;
 }
</style>

background-color css

<style>
 a { background-color: #91747C; }

 a { background-color: rgb(145,116,124); }

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

border-color css

<style>
 span { border-color: #91747C; }

 span { border-color: rgb(145,116,124); }

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