Html Css Color HEX #91707B Venus

📋 copy color: '#91707B'

red 145 ◦ green 112 ◦ blue 123

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

Shades of Venus #91707B

Tints of Venus #91707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 38.16%
G = 29.47%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#91707B (or 0x91707B) is known color: Venus. HEX triplet: 91, 70 and 7B. RGB value is (145,112,123). Sum of RGB (Red+Green+Blue) = 145+112+123=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #91707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91707B is #6E8F84. Grayscale: #7B7B7B. Windows color (decimal): -7245701 or 8089745. OLE color: 8089745.

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

Color convert

RGB 145 112 123 -
CMYK 0 0.23 0.15 0.43
HSL 340º 0.13% 0.5% -
HSV(B) 340º 0.23% 0.57% -
XYZ 21.05 19.04 21.3 -
YUV 123.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 145 112 123 0 0.23 0.15 0.43 340 0.13 0.5
Hex 91 70 7B 0 17 F 2B 154 D 32
Octal 221 160 173 0 27 17 53 524 15 62
Binary 10010001 1110000 1111011 0 10111 1111 101011 101010100 1101 110010

Color Harmonies of #91707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91707B

Black with #91707B

Text Example


Text Example

White with #91707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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