Html Css Color HEX #91747F Venus

📋 copy color: '#91747F'

red 145 ◦ green 116 ◦ blue 127

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

Shades of Venus #91747F

Tints of Venus #91747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 37.37%
G = 29.9%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#91747F (or 0x91747F) is known color: Venus. HEX triplet: 91, 74 and 7F. RGB value is (145,116,127). Sum of RGB (Red+Green+Blue) = 145+116+127=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #91747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91747F is #6E8B80. Grayscale: #7D7D7D. Windows color (decimal): -7244673 or 8352913. OLE color: 8352913.

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

Color convert

RGB 145 116 127 -
CMYK 0 0.2 0.12 0.43
HSL 337.24º 0.12% 0.51% -
HSV(B) 337.24º 0.2% 0.57% -
XYZ 21.75 20.04 22.8 -
YUV 125.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 145 116 127 0 0.2 0.12 0.43 337.24 0.12 0.51
Hex 91 74 7F 0 14 C 2B 151 C 33
Octal 221 164 177 0 24 14 53 521 14 63
Binary 10010001 1110100 1111111 0 10100 1100 101011 101010001 1100 110011

Color Harmonies of #91747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91747F

Black with #91747F

Text Example


Text Example

White with #91747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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