Html Css Color HEX #91707C Venus

📋 copy color: '#91707C'

red 145 ◦ green 112 ◦ blue 124

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

Shades of Venus #91707C

Tints of Venus #91707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.4%

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

R = 38.06%
G = 29.4%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91707C (or 0x91707C) is known color: Venus. HEX triplet: 91, 70 and 7C. RGB value is (145,112,124). Sum of RGB (Red+Green+Blue) = 145+112+124=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #91707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91707C is #6E8F83. Grayscale: #7B7B7B. Windows color (decimal): -7245700 or 8155281. OLE color: 8155281.

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

Color convert

RGB 145 112 124 -
CMYK 0 0.23 0.14 0.43
HSL 338.18º 0.13% 0.5% -
HSV(B) 338.18º 0.23% 0.57% -
XYZ 21.11 19.06 21.64 -
YUV 123.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 145 112 124 0 0.23 0.14 0.43 338.18 0.13 0.5
Hex 91 70 7C 0 17 E 2B 152 D 32
Octal 221 160 174 0 27 16 53 522 15 62
Binary 10010001 1110000 1111100 0 10111 1110 101011 101010010 1101 110010

Color Harmonies of #91707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91707C

Black with #91707C

Text Example


Text Example

White with #91707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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