#967B7F

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

Shades of Venus #967B7F

Tints of Venus #967B7F

Color information

#967B7F (or 0x967B7F) is unknown color: approx Venus. HEX triplet: 96, 7B and 7F. RGB value is (150,123,127). Sum of RGB (Red+Green+Blue) = 150+123+127=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #967B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B7F is #698480. Grayscale: #838383. Windows color (decimal): -6915201 or 8354710. OLE color: 8354710.

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

Color convert

RGB150123127-
CMYK00.180.150.41
HSL351.11º11.39%53.53%-
HSV(B)351.11º18%58.82%-
XYZ23.4922.1823.12-
YUV131.53125.45141.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 127 (50% from 255) = 31.75%
R=37.5%
G=30.75%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012312700.180.150.41351.1111.3953.53
Hex967B7F012F2915fb36
Octal22617317702217515371366
Binary100101101111011111111101001011111010011010111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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