Html Css Color HEX #91757F Venus

📋 copy color: '#91757F'

red 145 ◦ green 117 ◦ blue 127

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

Shades of Venus #91757F

Tints of Venus #91757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

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

R = 37.28%
G = 30.08%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#91757F (or 0x91757F) is known color: Venus. HEX triplet: 91, 75 and 7F. RGB value is (145,117,127). Sum of RGB (Red+Green+Blue) = 145+117+127=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #91757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91757F is #6E8A80. Grayscale: #7E7E7E. Windows color (decimal): -7244417 or 8353169. OLE color: 8353169.

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

Color convert

RGB 145 117 127 -
CMYK 0 0.19 0.12 0.43
HSL 338.57º 0.11% 0.51% -
HSV(B) 338.57º 0.19% 0.57% -
XYZ 21.87 20.27 22.84 -
YUV 126.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 145 117 127 0 0.19 0.12 0.43 338.57 0.11 0.51
Hex 91 75 7F 0 13 C 2B 153 B 33
Octal 221 165 177 0 23 14 53 523 13 63
Binary 10010001 1110101 1111111 0 10011 1100 101011 101010011 1011 110011

Color Harmonies of #91757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91757F

Black with #91757F

Text Example


Text Example

White with #91757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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