#967A7F

Color #967A7F Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #967A7F

Tints of Venus #967A7F

Color information

#967A7F (or 0x967A7F) is unknown color: approx Venus. HEX triplet: 96, 7A and 7F. RGB value is (150,122,127). Sum of RGB (Red+Green+Blue) = 150+122+127=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A7F is #698580. Grayscale: #828282. Windows color (decimal): -6915457 or 8354454. OLE color: 8354454.

HSL color Cylindrical-coordinate representation of color #967A7F: hue angle of 349.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A7F is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150122127-
CMYK00.190.150.41
HSL349.29º11.76%53.33%-
HSV(B)349.29º18.67%58.82%-
XYZ23.3721.9423.08-
YUV130.94125.78141.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 127 (50% from 255) = 31.83%
R=37.59%
G=30.58%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012212700.190.150.41349.2911.7653.33
Hex967A7F013F2915dc35
Octal22617217702317515351465
Binary100101101111010111111101001111111010011010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967A7F; }

 p { color: rgb(150,122,127); }

 H1.HeaderClassName
 {
   color: #967A7F;
 }
 .AnyTagClassName
 {
   color: #967A7F;
 }
</style>
background-color css

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

 a { background-color: rgb(150,122,127); }

 div.DivClassName
 {
   background-color: #967A7F;
 }
 .BgClassName
 {
   background-color: #967A7F;
 }
</style>
border-color css

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

 span { border-color: rgb(150,122,127); }

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