Html Css Color HEX #91747E Venus

📋 copy color: '#91747E'

red 145 ◦ green 116 ◦ blue 126

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

Shades of Venus #91747E

Tints of Venus #91747E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 37.47%
G = 29.97%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#91747E (or 0x91747E) is known color: Venus. HEX triplet: 91, 74 and 7E. RGB value is (145,116,126). Sum of RGB (Red+Green+Blue) = 145+116+126=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #91747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91747E is #6E8B81. Grayscale: #7D7D7D. Windows color (decimal): -7244674 or 8287377. OLE color: 8287377.

HSL color Cylindrical-coordinate representation of color #91747E: hue angle of 339.31º 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 #91747E is Cyan = 0, Magento = 0.2, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 116 126 -
CMYK 0 0.2 0.13 0.43
HSL 339.31º 0.12% 0.51% -
HSV(B) 339.31º 0.2% 0.57% -
XYZ 21.69 20.02 22.46 -
YUV 125.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 145 116 126 0 0.2 0.13 0.43 339.31 0.12 0.51
Hex 91 74 7E 0 14 D 2B 153 C 33
Octal 221 164 176 0 24 15 53 523 14 63
Binary 10010001 1110100 1111110 0 10100 1101 101011 101010011 1100 110011

Color Harmonies of #91747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91747E

Black with #91747E

Text Example


Text Example

White with #91747E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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