Html Css Color HEX #917780 Venus

📋 copy color: '#917780'

red 145 ◦ green 119 ◦ blue 128

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

Shades of Venus #917780

Tints of Venus #917780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.36%

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

R = 36.99%
G = 30.36%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#917780 (or 0x917780) is known color: Venus. HEX triplet: 91, 77 and 80. RGB value is (145,119,128). Sum of RGB (Red+Green+Blue) = 145+119+128=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #917780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917780 is #6E887F. Grayscale: #7F7F7F. Windows color (decimal): -7243904 or 8419217. OLE color: 8419217.

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

Color convert

RGB 145 119 128 -
CMYK 0 0.18 0.12 0.43
HSL 339.23º 0.11% 0.52% -
HSV(B) 339.23º 0.18% 0.57% -
XYZ 22.17 20.77 23.26 -
YUV 127.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 145 119 128 0 0.18 0.12 0.43 339.23 0.11 0.52
Hex 91 77 80 0 12 C 2B 153 B 34
Octal 221 167 200 0 22 14 53 523 13 64
Binary 10010001 1110111 10000000 0 10010 1100 101011 101010011 1011 110100

Color Harmonies of #917780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917780

Black with #917780

Text Example


Text Example

White with #917780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917780; }

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

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

background-color css

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

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

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

border-color css

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

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

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