Html Css Color HEX #917680 Venus

📋 copy color: '#917680'

red 145 ◦ green 118 ◦ blue 128

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

Shades of Venus #917680

Tints of Venus #917680

RGB

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

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

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

R = 37.08%
G = 30.18%
B = 32.74%

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

#917680 (or 0x917680) is known color: Venus. HEX triplet: 91, 76 and 80. RGB value is (145,118,128). Sum of RGB (Red+Green+Blue) = 145+118+128=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #917680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917680 is #6E897F. Grayscale: #7F7F7F. Windows color (decimal): -7244160 or 8418961. OLE color: 8418961.

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

Color convert

RGB 145 118 128 -
CMYK 0 0.19 0.12 0.43
HSL 337.78º 0.11% 0.52% -
HSV(B) 337.78º 0.19% 0.57% -
XYZ 22.05 20.54 23.22 -
YUV 127.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 145 118 128 0 0.19 0.12 0.43 337.78 0.11 0.52
Hex 91 76 80 0 13 C 2B 152 B 34
Octal 221 166 200 0 23 14 53 522 13 64
Binary 10010001 1110110 10000000 0 10011 1100 101011 101010010 1011 110100

Color Harmonies of #917680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917680

Black with #917680

Text Example


Text Example

White with #917680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917680; }

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

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

background-color css

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

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

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

border-color css

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

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

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