Html Css Color HEX #91707A Venus

📋 copy color: '#91707A'

red 145 ◦ green 112 ◦ blue 122

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

Shades of Venus #91707A

Tints of Venus #91707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 38.26%
G = 29.55%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#91707A (or 0x91707A) is known color: Venus. HEX triplet: 91, 70 and 7A. RGB value is (145,112,122). Sum of RGB (Red+Green+Blue) = 145+112+122=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #91707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91707A is #6E8F85. Grayscale: #7B7B7B. Windows color (decimal): -7245702 or 8024209. OLE color: 8024209.

HSL color Cylindrical-coordinate representation of color #91707A: hue angle of 341.82º 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 #91707A is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 112 122 -
CMYK 0 0.23 0.16 0.43
HSL 341.82º 0.13% 0.5% -
HSV(B) 341.82º 0.23% 0.57% -
XYZ 20.98 19.01 20.98 -
YUV 123.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 145 112 122 0 0.23 0.16 0.43 341.82 0.13 0.5
Hex 91 70 7A 0 17 10 2B 156 D 32
Octal 221 160 172 0 27 20 53 526 15 62
Binary 10010001 1110000 1111010 0 10111 10000 101011 101010110 1101 110010

Color Harmonies of #91707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91707A

Black with #91707A

Text Example


Text Example

White with #91707A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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