Html Css Color HEX #91727D Venus

📋 copy color: '#91727D'

red 145 ◦ green 114 ◦ blue 125

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

Shades of Venus #91727D

Tints of Venus #91727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

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

R = 37.76%
G = 29.69%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91727D (or 0x91727D) is known color: Venus. HEX triplet: 91, 72 and 7D. RGB value is (145,114,125). Sum of RGB (Red+Green+Blue) = 145+114+125=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #91727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91727D is #6E8D82. Grayscale: #7C7C7C. Windows color (decimal): -7245187 or 8221329. OLE color: 8221329.

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

Color convert

RGB 145 114 125 -
CMYK 0 0.21 0.14 0.43
HSL 338.71º 0.12% 0.51% -
HSV(B) 338.71º 0.21% 0.57% -
XYZ 21.4 19.54 22.04 -
YUV 124.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 145 114 125 0 0.21 0.14 0.43 338.71 0.12 0.51
Hex 91 72 7D 0 15 E 2B 153 C 33
Octal 221 162 175 0 25 16 53 523 14 63
Binary 10010001 1110010 1111101 0 10101 1110 101011 101010011 1100 110011

Color Harmonies of #91727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91727D

Black with #91727D

Text Example


Text Example

White with #91727D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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