Html Css Color HEX #917A80 Venus

📋 copy color: '#917A80'

red 145 ◦ green 122 ◦ blue 128

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

Shades of Venus #917A80

Tints of Venus #917A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.89%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 36.71%
G = 30.89%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#917A80 (or 0x917A80) is known color: Venus. HEX triplet: 91, 7A and 80. RGB value is (145,122,128). Sum of RGB (Red+Green+Blue) = 145+122+128=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #917A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A80 is #6E857F. Grayscale: #818181. Windows color (decimal): -7243136 or 8419985. OLE color: 8419985.

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

Color convert

RGB 145 122 128 -
CMYK 0 0.16 0.12 0.43
HSL 344.35º 0.09% 0.52% -
HSV(B) 344.35º 0.16% 0.57% -
XYZ 22.53 21.5 23.38 -
YUV 129.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 145 122 128 0 0.16 0.12 0.43 344.35 0.09 0.52
Hex 91 7A 80 0 10 C 2B 158 9 34
Octal 221 172 200 0 20 14 53 530 11 64
Binary 10010001 1111010 10000000 0 10000 1100 101011 101011000 1001 110100

Color Harmonies of #917A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A80

Black with #917A80

Text Example


Text Example

White with #917A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917A80; }

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

 H1.HeaderClassName
 {
   color: #917A80;
 }
 .AnyTagClassName
 {
   color: #917A80;
 }
</style>

background-color css

<style>
 a { background-color: #917A80; }

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

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

border-color css

<style>
 span { border-color: #917A80; }

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

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