Html Css Color HEX #917A7E Venus

📋 copy color: '#917A7E'

red 145 ◦ green 122 ◦ blue 126

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

Shades of Venus #917A7E

Tints of Venus #917A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.06%

R = 36.9%
G = 31.04%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#917A7E (or 0x917A7E) is known color: Venus. HEX triplet: 91, 7A and 7E. RGB value is (145,122,126). Sum of RGB (Red+Green+Blue) = 145+122+126=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A7E is #6E8581. Grayscale: #818181. Windows color (decimal): -7243138 or 8288913. OLE color: 8288913.

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

Color convert

RGB 145 122 126 -
CMYK 0 0.16 0.13 0.43
HSL 349.57º 0.09% 0.52% -
HSV(B) 349.57º 0.16% 0.57% -
XYZ 22.4 21.45 22.7 -
YUV 129.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 145 122 126 0 0.16 0.13 0.43 349.57 0.09 0.52
Hex 91 7A 7E 0 10 D 2B 15E 9 34
Octal 221 172 176 0 20 15 53 536 11 64
Binary 10010001 1111010 1111110 0 10000 1101 101011 101011110 1001 110100

Color Harmonies of #917A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A7E

Black with #917A7E

Text Example


Text Example

White with #917A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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