Html Css Color HEX #91747D Venus

📋 copy color: '#91747D'

red 145 ◦ green 116 ◦ blue 125

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

Shades of Venus #91747D

Tints of Venus #91747D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 37.56%
G = 30.05%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91747D (or 0x91747D) is known color: Venus. HEX triplet: 91, 74 and 7D. RGB value is (145,116,125). Sum of RGB (Red+Green+Blue) = 145+116+125=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91747D is #6E8B82. Grayscale: #7D7D7D. Windows color (decimal): -7244675 or 8221841. OLE color: 8221841.

HSL color Cylindrical-coordinate representation of color #91747D: hue angle of 341.38º 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 #91747D is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 116 125 -
CMYK 0 0.2 0.14 0.43
HSL 341.38º 0.12% 0.51% -
HSV(B) 341.38º 0.2% 0.57% -
XYZ 21.62 19.99 22.12 -
YUV 125.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 145 116 125 0 0.2 0.14 0.43 341.38 0.12 0.51
Hex 91 74 7D 0 14 E 2B 155 C 33
Octal 221 164 175 0 24 16 53 525 14 63
Binary 10010001 1110100 1111101 0 10100 1110 101011 101010101 1100 110011

Color Harmonies of #91747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91747D

Black with #91747D

Text Example


Text Example

White with #91747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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