Html Css Color HEX #91747B Venus

📋 copy color: '#91747B'

red 145 ◦ green 116 ◦ blue 123

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

Shades of Venus #91747B

Tints of Venus #91747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 37.76%
G = 30.21%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#91747B (or 0x91747B) is known color: Venus. HEX triplet: 91, 74 and 7B. RGB value is (145,116,123). Sum of RGB (Red+Green+Blue) = 145+116+123=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #91747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91747B is #6E8B84. Grayscale: #7D7D7D. Windows color (decimal): -7244677 or 8090769. OLE color: 8090769.

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

Color convert

RGB 145 116 123 -
CMYK 0 0.2 0.15 0.43
HSL 345.52º 0.12% 0.51% -
HSV(B) 345.52º 0.2% 0.57% -
XYZ 21.5 19.94 21.45 -
YUV 125.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 145 116 123 0 0.2 0.15 0.43 345.52 0.12 0.51
Hex 91 74 7B 0 14 F 2B 15A C 33
Octal 221 164 173 0 24 17 53 532 14 63
Binary 10010001 1110100 1111011 0 10100 1111 101011 101011010 1100 110011

Color Harmonies of #91747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91747B

Black with #91747B

Text Example


Text Example

White with #91747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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