Html Css Color HEX #916F7A Venus

📋 copy color: '#916F7A'

red 145 ◦ green 111 ◦ blue 122

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

Shades of Venus #916F7A

Tints of Venus #916F7A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 38.36%
G = 29.37%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#916F7A (or 0x916F7A) is known color: Venus. HEX triplet: 91, 6F and 7A. RGB value is (145,111,122). Sum of RGB (Red+Green+Blue) = 145+111+122=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #916F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F7A is #6E9085. Grayscale: #7A7A7A. Windows color (decimal): -7245958 or 8023953. OLE color: 8023953.

HSL color Cylindrical-coordinate representation of color #916F7A: hue angle of 340.59º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F7A is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 111 122 -
CMYK 0 0.23 0.16 0.43
HSL 340.59º 0.13% 0.5% -
HSV(B) 340.59º 0.23% 0.57% -
XYZ 20.87 18.79 20.94 -
YUV 122.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 145 111 122 0 0.23 0.16 0.43 340.59 0.13 0.5
Hex 91 6F 7A 0 17 10 2B 155 D 32
Octal 221 157 172 0 27 20 53 525 15 62
Binary 10010001 1101111 1111010 0 10111 10000 101011 101010101 1101 110010

Color Harmonies of #916F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916F7A

Black with #916F7A

Text Example


Text Example

White with #916F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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