Html Css Color HEX #91797D Venus

📋 copy color: '#91797D'

red 145 ◦ green 121 ◦ blue 125

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

Shades of Venus #91797D

Tints of Venus #91797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

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

R = 37.08%
G = 30.95%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#91797D (or 0x91797D) is known color: Venus. HEX triplet: 91, 79 and 7D. RGB value is (145,121,125). Sum of RGB (Red+Green+Blue) = 145+121+125=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #91797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91797D is #6E8682. Grayscale: #808080. Windows color (decimal): -7243395 or 8223121. OLE color: 8223121.

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

Color convert

RGB 145 121 125 -
CMYK 0 0.17 0.14 0.43
HSL 350º 0.1% 0.52% -
HSV(B) 350º 0.17% 0.57% -
XYZ 22.22 21.18 22.32 -
YUV 128.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 145 121 125 0 0.17 0.14 0.43 350 0.1 0.52
Hex 91 79 7D 0 11 E 2B 15E A 34
Octal 221 171 175 0 21 16 53 536 12 64
Binary 10010001 1111001 1111101 0 10001 1110 101011 101011110 1010 110100

Color Harmonies of #91797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91797D

Black with #91797D

Text Example


Text Example

White with #91797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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