Html Css Color HEX #91767A Venus

📋 copy color: '#91767A'

red 145 ◦ green 118 ◦ blue 122

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

Shades of Venus #91767A

Tints of Venus #91767A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 37.66%
G = 30.65%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#91767A (or 0x91767A) is known color: Venus. HEX triplet: 91, 76 and 7A. RGB value is (145,118,122). Sum of RGB (Red+Green+Blue) = 145+118+122=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #91767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91767A is #6E8985. Grayscale: #7E7E7E. Windows color (decimal): -7244166 or 8025745. OLE color: 8025745.

HSL color Cylindrical-coordinate representation of color #91767A: hue angle of 351.11º 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 #91767A is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 118 122 -
CMYK 0 0.19 0.16 0.43
HSL 351.11º 0.11% 0.52% -
HSV(B) 351.11º 0.19% 0.57% -
XYZ 21.67 20.38 21.2 -
YUV 126.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 145 118 122 0 0.19 0.16 0.43 351.11 0.11 0.52
Hex 91 76 7A 0 13 10 2B 15F B 34
Octal 221 166 172 0 23 20 53 537 13 64
Binary 10010001 1110110 1111010 0 10011 10000 101011 101011111 1011 110100

Color Harmonies of #91767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91767A

Black with #91767A

Text Example


Text Example

White with #91767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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