Html Css Color HEX #91737F Venus

📋 copy color: '#91737F'

red 145 ◦ green 115 ◦ blue 127

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

Shades of Venus #91737F

Tints of Venus #91737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 37.47%
G = 29.72%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#91737F (or 0x91737F) is known color: Venus. HEX triplet: 91, 73 and 7F. RGB value is (145,115,127). Sum of RGB (Red+Green+Blue) = 145+115+127=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #91737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91737F is #6E8C80. Grayscale: #7D7D7D. Windows color (decimal): -7244929 or 8352657. OLE color: 8352657.

HSL color Cylindrical-coordinate representation of color #91737F: hue angle of 336º 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 #91737F is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 115 127 -
CMYK 0 0.21 0.12 0.43
HSL 336º 0.12% 0.51% -
HSV(B) 336º 0.21% 0.57% -
XYZ 21.64 19.81 22.76 -
YUV 125.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 145 115 127 0 0.21 0.12 0.43 336 0.12 0.51
Hex 91 73 7F 0 15 C 2B 150 C 33
Octal 221 163 177 0 25 14 53 520 14 63
Binary 10010001 1110011 1111111 0 10101 1100 101011 101010000 1100 110011

Color Harmonies of #91737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91737F

Black with #91737F

Text Example


Text Example

White with #91737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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