Html Css Color HEX #91737E Venus

📋 copy color: '#91737E'

red 145 ◦ green 115 ◦ blue 126

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

Shades of Venus #91737E

Tints of Venus #91737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

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

R = 37.56%
G = 29.79%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#91737E (or 0x91737E) is known color: Venus. HEX triplet: 91, 73 and 7E. RGB value is (145,115,126). Sum of RGB (Red+Green+Blue) = 145+115+126=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91737E is #6E8C81. Grayscale: #7D7D7D. Windows color (decimal): -7244930 or 8287121. OLE color: 8287121.

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

Color convert

RGB 145 115 126 -
CMYK 0 0.21 0.13 0.43
HSL 338º 0.12% 0.51% -
HSV(B) 338º 0.21% 0.57% -
XYZ 21.57 19.79 22.42 -
YUV 125.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 145 115 126 0 0.21 0.13 0.43 338 0.12 0.51
Hex 91 73 7E 0 15 D 2B 152 C 33
Octal 221 163 176 0 25 15 53 522 14 63
Binary 10010001 1110011 1111110 0 10101 1101 101011 101010010 1100 110011

Color Harmonies of #91737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91737E

Black with #91737E

Text Example


Text Example

White with #91737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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