Html Css Color HEX #91767F Venus

📋 copy color: '#91767F'

red 145 ◦ green 118 ◦ blue 127

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

Shades of Venus #91767F

Tints of Venus #91767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.26%

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

R = 37.18%
G = 30.26%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#91767F (or 0x91767F) is known color: Venus. HEX triplet: 91, 76 and 7F. RGB value is (145,118,127). Sum of RGB (Red+Green+Blue) = 145+118+127=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #91767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91767F is #6E8980. Grayscale: #7F7F7F. Windows color (decimal): -7244161 or 8353425. OLE color: 8353425.

HSL color Cylindrical-coordinate representation of color #91767F: hue angle of 340º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91767F is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 118 127 -
CMYK 0 0.19 0.12 0.43
HSL 340º 0.11% 0.52% -
HSV(B) 340º 0.19% 0.57% -
XYZ 21.99 20.51 22.88 -
YUV 127.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 145 118 127 0 0.19 0.12 0.43 340 0.11 0.52
Hex 91 76 7F 0 13 C 2B 154 B 34
Octal 221 166 177 0 23 14 53 524 13 64
Binary 10010001 1110110 1111111 0 10011 1100 101011 101010100 1011 110100

Color Harmonies of #91767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91767F

Black with #91767F

Text Example


Text Example

White with #91767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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