Html Css Color HEX #917B80 Venus

📋 copy color: '#917B80'

red 145 ◦ green 123 ◦ blue 128

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

Shades of Venus #917B80

Tints of Venus #917B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

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

R = 36.62%
G = 31.06%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#917B80 (or 0x917B80) is known color: Venus. HEX triplet: 91, 7B and 80. RGB value is (145,123,128). Sum of RGB (Red+Green+Blue) = 145+123+128=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #917B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B80 is #6E847F. Grayscale: #828282. Windows color (decimal): -7242880 or 8420241. OLE color: 8420241.

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

Color convert

RGB 145 123 128 -
CMYK 0 0.15 0.12 0.43
HSL 346.36º 0.09% 0.53% -
HSV(B) 346.36º 0.15% 0.57% -
XYZ 22.66 21.74 23.43 -
YUV 130.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 145 123 128 0 0.15 0.12 0.43 346.36 0.09 0.53
Hex 91 7B 80 0 F C 2B 15A 9 35
Octal 221 173 200 0 17 14 53 532 11 65
Binary 10010001 1111011 10000000 0 1111 1100 101011 101011010 1001 110101

Color Harmonies of #917B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B80

Black with #917B80

Text Example


Text Example

White with #917B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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